% 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}
\usage{
create_df_from_xml(xml, char)
}
\arguments{
\item{xml}{xml file}
}
\value{
df
}
\description{
convert xml to df
}