qc_data_filter | R Documentation |
Sets new values for where flags exist
qc_data_filter(df, col_val, col_flag, good_flags, flag_val)
df |
dataframe |
col_val |
string or vector of strings referring to dataframe column of the raw values to be updated. |
col_flag |
string referring to the dataframe column of flags. |
good_flags |
vector of acceptable flags, type is same as the col_flag col. |
flag_val |
value to insert in col_val where is flagged. |
NA, updates existing col_val column in df.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.