Title: | Water Quality Benchmark Testing Data |
---|---|
Description: | Reference data from the ecotox database used for examples and testing in the wqbench package. |
Authors: | Ayla Pearson [aut] , Angeline Tillmanns [aut, cre], Joe Thorley [ctb] , Province of British Columbia [cph] |
Maintainer: | Angeline Tillmanns <[email protected]> |
License: | Apache License (== 2) |
Version: | 0.1.0 |
Built: | 2024-11-22 01:21:44 UTC |
Source: | https://github.com/poissonconsulting/wqbenchdata |
Sample data set used for examples.
aquatic_data
aquatic_data
An object of class tbl_df
(inherits from tbl
, data.frame
)
head(aquatic_data)
head(aquatic_data)
Get wqbench data set
get_wqbenchdata(dataset)
get_wqbenchdata(dataset)
dataset |
A data set name |
A data frame
data <- get_wqbenchdata("aquatic_data") data <- get_wqbenchdata("raw_data")
data <- get_wqbenchdata("aquatic_data") data <- get_wqbenchdata("raw_data")
Sample of raw data used for testing.
raw_data
raw_data
An object of class tbl_df
(inherits from tbl
, data.frame
)
head(raw_data)
head(raw_data)