rmissing: Identifies missing points between sample and collected data

Description Usage Arguments Value References Examples

View source: R/rmissing.R

Description

Identifies missing points between sample and collected data

Usage

1
rmissing(sampdf, colldf, col_name)

Arguments

sampdf

object containing data frame of sample points

colldf

object containing data frame of collected data

col_name

common variable (i.e. key) in data frames by which to check for missing points

Value

Returns table of sample points missing from collected data

References

Simplified wrapper around dplyr::anti_join()

Examples

1
2
3
alsample <- rsamp(df=albania, 544)
alreceived <- rsamp(df=alsample, 390)
rmissing(sampdf=alsample, colldf=alreceived, col_name=qvKod)

sampler documentation built on Sept. 15, 2019, 5:02 p.m.