find_new_rows_in_table: Compare two tables to find new records

Description Usage Arguments Value

View source: R/write.R

Description

Compare two tables to find new records

Usage

1
2
find_new_rows_in_table(data, ref_data, required_cols,
  extra_cols = character(0))

Arguments

data

data-frame to check for changes

ref_data

a reference data-frame

required_cols

the names of columns that both tables to need to have and which should only contain non-NA values.

extra_cols

the names of additional columns which should have the same values in each table

Value

a data-frame of rows of rows that are in data but not in ref_data


LearningToTalk/L2TDatabase documentation built on June 24, 2020, 3:45 a.m.