mtt/man/extract_topics.Rd

28 lines
748 B
R

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/extract_topics.R
\name{extract_topics}
\alias{extract_topics}
\title{Creating data frame with items and topics}
\usage{
extract_topics(items, xmlfiles, xmlpath)
}
\arguments{
\item{items}{A character vector with names of the items. Needs to
correspond to the folder names which contain the XML files.}
\item{xmlfiles}{Vector of names of index files, often something like
\verb{<item>.xml}. Need to be in the same order as items!}
\item{xmlpath}{Path to folder where XML definitions of items live.}
}
\value{
Data frame.
}
\description{
Topics are extracted from XML files and written to a data frame that
shows which items belong to which topics.
}
\examples{
# tbd
}