storet_compare_count: Compare sample counts between STORET and Database

Description Usage Arguments Details Value Examples

Description

Compares the number of samples for each unique set of values in one ore more columns between STORET and the database. If there are any differences, they will be printed to the console.

Usage

1

Arguments

storet

A named list containing one or more columns from STORET results table

db

A named list containing one or more columns from Database results table

Details

Note that the names of the two list arguments must be identical. Any names can be used to rename the original columns, with the exception of "Source" and "n" which are added by this function.

Value

nothing

Examples

1
2
3
4
storet_compare_count(storet = list(Date = storet_results$ActivityStartDate,
                                   LocationID = storet_results$MonitoringLocationIdentifier),
                     db     = list(Date = db_results$ActivityStartDate,
                                   LocationID = db_results$MonitoringLocationID))

walkerjeffd/myrwaR documentation built on May 3, 2019, 10:46 p.m.