powered by
Identifies missing points between sample and collected data
rmissing(sampdf, colldf, col_name)
object containing data frame of sample points
object containing data frame of collected data
common variable (i.e. key) in data frames by which to check for missing points
Returns table of sample points missing from collected data
Simplified wrapper around dplyr::anti_join()
# NOT RUN { alsample <- rsamp(df=albania, 544) alreceived <- rsamp(df=alsample, 390) rmissing(sampdf=alsample, colldf=alreceived, col_name=qvKod) # }
Run the code above in your browser using DataLab