filterValid: Filter for Valid Concepts

Description Usage Value See Also

View source: R/filter.R

Description

Filter a data frame queried from the Concept Table for only the valid concepts based on the 'invalid_reason' column with the option to remove the 'valid_start_date' and 'valid_end_date' columns.

Usage

1
filterValid(.data, has_prefix = NULL, has_suffix = NULL, rm_date_fields = TRUE)

Value

A data frame filtered for 'invalid_reason == NA' with or without the 'valid_start_date' and 'valid_end_date' removed.

See Also

filter,select


patelm9/chariot documentation built on Feb. 19, 2022, 11:29 a.m.