filter_management_df {SoilManageR} | R Documentation |
Filter management_df for pattern in comments
Description
Excludes operations (lines) from management_df based on a character pattern in the comments column.
Usage
filter_management_df(var_MGMT_data, filter_pattern)
Arguments
var_MGMT_data |
management_df |
filter_pattern |
string based on which the lines should be excluded |
Value
a filtered management_df
Examples
# filter EXAMPLE_data and exclude all lines that contain "UFA 330" in comments
filter_management_df(EXAMPLE_data,"UFA 330")
[Package SoilManageR version 1.0.1 Index]