% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/capri_sankey.R
\name{replacestr}
\alias{replacestr}
\title{function Replaces specific characters within strings}
\usage{
replacestr(old, new, df)
}
\arguments{
\item{old}{old column names.}
\item{new}{new column names.}
\item{df}{replace data frame}
}
\value{
df
}
\description{
function Replaces specific characters within strings
}
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/import_data.R
\name{create_df_from_xml}
\alias{create_df_from_xml}
\title{convert xml to df}
% Please edit documentation in R/activitiy.R
\name{sel_list}
\alias{sel_list}
\title{get sel}
\usage{
create_df_from_xml(xml, char)
sel_list(dimdef_activity = dimdef_activity)
}
\arguments{
\item{xml}{xml file}
\item{dimdef_activity}{values of sel}
}
\value{
df
vector
}
\description{
convert xml to df
get sel
}
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/import_data.R
\name{xml_data}
\alias{xml_data}
\title{load coco tables and dimdefs from capri directory}
\usage{
xml_data(xml.dir)
}
\arguments{
\item{xml.dir}{xml directory}
}
\description{
load coco tables and dimdefs from capri directory
}