Skip to content
Snippets Groups Projects
get_data.Rd 643 B
Newer Older
Lucas Schons's avatar
Lucas Schons committed
% Generated by roxygen2: do not edit by hand
David Fuhry's avatar
David Fuhry committed
% Please edit documentation in R/get_data.R
\name{get_data}
\alias{get_data}
Lucas Schons's avatar
Lucas Schons committed
\title{Retrieve wikipedia articles about physicists}
\usage{
David Fuhry's avatar
David Fuhry committed
get_data(use.cache = TRUE, write.cache = FALSE, data.dir = "data")
Lucas Schons's avatar
Lucas Schons committed
}
\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}
David Fuhry's avatar
David Fuhry committed

\item{data.dir}{Directory the data should be read from and/or written to}
Lucas Schons's avatar
Lucas Schons committed
}
\value{
data.frame containing the title, id, revisionID and html-formatted full text
}
\description{
Retrieve wikipedia articles about physicists
}