GitLab at IIASA

load_xml_data.Rd 614 B
Newer Older
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/import_data.R
\name{load_xml_data}
\alias{load_xml_data}
\title{load coco_tables.xml and dimdefs_new.xml from capri directory
save coco_tables, dimdef_activity, dimdef_dim5, dimdef_product, dimdef_region}
\usage{
load_xml_data(xml.dir)
}
\arguments{
\item{xml.dir}{capri xml directory}
}
\description{
load coco_tables.xml and dimdefs_new.xml from capri directory
save coco_tables, dimdef_activity, dimdef_dim5, dimdef_product, dimdef_region
}
\examples{
\dontrun{
load_xml_data(xml.dir= "D:/public/yang/2021/tstrunk/GUI/views")

 }

}