"man/man/load_xml_data.Rd" did not exist on "15007fad7b279d19e7d982b36065bd52e6bdcf5b"
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")
}
}