remove_test_records: Remove Test Records

View source: R/remove_test_records.R

remove_test_recordsR Documentation

Remove Test Records

Description

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")


MVR-GIS/rarr documentation built on March 4, 2023, 11:47 p.m.