R/anon_b.R

#' Anonymous Species Sensitivity Data anon_b
#' 
#' Species Sensitivity Data from anonymous sources.
#' 
#' This example data were sourced from:
#' 
#' 
#'\insertRef{VanDam2021}{ssddata} 
#'
#' 
#' The columns are as follows:
#' 
#' \describe{ 
#'\item{Chemical}{The chemical name (chr).}
#'\item{Conc}{The chemical concentration (dbl).} 
#' }
#' 
#' @name anon_b
#' @docType data
#' @format An object of class `tbl_df` (inherits from `tbl`,
#' `data.frame`) with 10 rows and 2 columns.
#' @keywords datasets
#' @examples
#' 
#' print(anon_b, n=Inf)
#' 
"anon_b"

Try the ssddata package in your browser

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

ssddata documentation built on Nov. 5, 2021, 9:11 a.m.