28 lines
837 B
R
28 lines
837 B
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/extract_artworks.R
|
|
\name{extract_artworks}
|
|
\alias{extract_artworks}
|
|
\title{Creating data frame with information about artworks}
|
|
\usage{
|
|
extract_artworks(artworks, xmlfiles, xmlpath)
|
|
}
|
|
\arguments{
|
|
\item{artworks}{A character vector with names of the artworks. Needs to
|
|
correspond to the folder names which contain the XML files.}
|
|
|
|
\item{xmlfiles}{Vector of names of index files, often something like
|
|
\verb{<artwork>.xml}. Need to be in the same order as artworks!}
|
|
|
|
\item{xmlpath}{Path to folder where XML definitions of artworks live.}
|
|
}
|
|
\value{
|
|
Data frame.
|
|
}
|
|
\description{
|
|
Information about artworks are extracted from XML files and written to a
|
|
data frame that contains \code{artist}, \code{title}, \code{misc}, and \code{description}.
|
|
}
|
|
\examples{
|
|
# tbd
|
|
}
|