Skip to contents

Removes test records from the input data frame.

Usage

remove_test_records(df, id_field)

Arguments

df

data frame; The data frame containing test records to be removed.

id_field

character; id field to be checked for removal

Value

A data frame with the test records removed.

Examples

# Get test data
db_risk <- rarr::db_risk

# remove test records
risk <- remove_test_records(db_risk, "RISK_NO")