Newer
Older
% Please edit documentation in R/get_data.R
\name{get_data}
\alias{get_data}
\title{Retrieve wikipedia articles about physicists}
\usage{
get_data(use.cache = TRUE, write.cache = FALSE, data.dir = "data")
}
\arguments{
\item{use.cache}{Use cached data if it exists over downloading new data}
\item{write.cache}{Write downloaded results into cache for use on future calls}
\item{data.dir}{Directory the data should be read from and/or written to}
}
\value{
data.frame containing the title, id, revisionID and html-formatted full text
}
\description{
Retrieve wikipedia articles about physicists
}