R/anon_e.R

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

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.