View source: R/remove_test_records.R
| remove_test_records | R Documentation | 
Removes test records from the input data frame.
remove_test_records(df, id_field)
df | 
 data frame; The data frame containing test records to be removed.  | 
id_field | 
 character; id field to be checked for removal  | 
A data frame with the test records removed.
# Get test data db_risk <- rarr::db_risk # remove test records risk <- remove_test_records(db_risk, "RISK_NO")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.