View source: R/implement_deletion_log.R
implement_deletion_log | R Documentation |
Will delete records from a dataframe according to a REACH style deletion log.
implement_deletion_log(df, deletion_log, uuid_col)
df |
Inputs the dataframe with records to be deleted. |
deletion_log |
Inputs the REACH style deletion log, indicating which records to be deleted. Must have a 'uuid' named column. |
uuid_col |
Inputs a character value specifying the column name of the dataframe with the unique identifier which matches the deletion log uuid column. |
Returns a dataframe without the deleted records.
## Not run: implement_deletion_log(df = mydata, deletion_log = my_deletion_log, uuid_col = "my_hh_id")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.