% Generated by roxygen2: do not edit by hand % Please edit documentation in R/GetData.R \name{getData} \alias{getData} \title{Retrieve wikipedia articles about physicists} \usage{ getData(use.cache = TRUE, write.cache = FALSE) } \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} } \value{ data.frame containing the title, id, revisionID and html-formatted full text } \description{ Retrieve wikipedia articles about physicists }