R/data.R

#'zootaxa titles
#'@description Titles from the Zootaxa journal sourced from Microsoft Academic
#'  Graph (May 2020) including the DOI and MAG paperid.
#'@format{A data frame with two columns and 27974 rows \describe{
#'\item{\code{paperid}}{numeric Microsoft Academic Graph identifies}
#'\item{\code{doi}}{character} \item{\code{originaltitle}}{character} } }
#'@details Data from [Microsoft Academic Graph](https://aka.ms/msracad) under an
#'  Open Data Commons Attribution License (ODC-By)
#'  \url{https://opendatacommons.org/licenses/by/1-0/}
#' @docType data
#' @examples zootaxa
"zootaxa"

#'five texts
#'@description Five texts combining titles and abstracts about the Bahamas from
#'  the Lens database
#'@format{A data frame with two columns and five rows \describe{
#'\item{\code{id}}{character} \item{\code{text}}{character} } }
#'@details Search of the [Lens scholarly database](https://www.lens.org/)
#'  \url{https://www.lens.org/lens/search/scholar/list?q=bahamas}
#' @docType data
#' @examples fivetexts
"fivetexts"

#'one hundred texts
#'@description One hundred texts containing combined titles and abstracts about
#'  the Bahamas from the Lens database
#'@format{A data frame with two columns and 100 rows \describe{
#'\item{\code{id}}{character} \item{\code{text}}{character} } }
#'@details Search of the [Lens scholarly database](https://www.lens.org/)
#'  \url{https://www.lens.org/lens/search/scholar/list?q=bahamas}
#' @docType data
#' @examples onehundredtexts
"onehundredtexts"
poldham/gnfinderr documentation built on Aug. 1, 2020, 4:54 a.m.