Package 'wqbenchdata'

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-09-17 19:13:56 UTC
Source: https://github.com/poissonconsulting/wqbenchdata

Help Index


Sample of Aquatic Concentration Data

Description

Sample data set used for examples.

Usage

aquatic_data

Format

An object of class tbl_df (inherits from tbl, data.frame)

Examples

head(aquatic_data)

Get wqbench data set

Description

Get wqbench data set

Usage

get_wqbenchdata(dataset)

Arguments

dataset

A data set name

Value

A data frame

Examples

data <- get_wqbenchdata("aquatic_data")
data <- get_wqbenchdata("raw_data")

Sample of Raw Data

Description

Sample of raw data used for testing.

Usage

raw_data

Format

An object of class tbl_df (inherits from tbl, data.frame)

Examples

head(raw_data)