View source: R/filter_management_df.R
filter_management_df | R Documentation |
Excludes operations (lines) from management_df based on a character pattern in the comments column.
filter_management_df(var_MGMT_data, filter_pattern)
var_MGMT_data |
management_df |
filter_pattern |
string based on which the lines should be excluded |
a filtered management_df
# filter EXAMPLE_data and exclude all lines that contain "UFA 330" in comments
filter_management_df(EXAMPLE_data,"UFA 330")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.