R/data.R

#' Example NSR data
#'
#' A sample dataset showing the proper formatting of NSR inputs.
#'
#' @format A data.frame with 22 observations of 5 variables:
#' \describe{
#'   \item{taxon}{taxon, "Genus species" format, with specific epithet optional}
#'   \item{country}{country that a species occurs within}
#'   \item{state_province}{state/province that a species occurs within}
#'   \item{county_parish}{county/parish that a species occurs within}
#'   \item{user_id}{unique numeric ID that can be used to link to original dataset}
#'   ...
#' }
#' @source \url{https://biendata.org}
"nsr_testfile"

Try the NSR package in your browser

Any scripts or data that you put into this service are public.

NSR documentation built on Oct. 17, 2024, 1:07 a.m.