Read and Filter "regroup_actual.csv"
Arguments
- name_actual
Base name of file in config folder, default: "regroup_actual". The file specifies: which regroupings are arcually to be applied? What are the names of input and output columns?
- group
Name of column in
<name_actual>.csv
containing non-empty fields for rows that are to be considered.NULL
(the default) means that all rows of the file are considered.- columns
names of (input) columns that are to be regrouped. Only those regroupings are performed that work on these columns or columns that are created during the regrouping. By default
columns = NULL
all regroupings are used (unlessgroup
is given).- as_list
it
TRUE
(the default) the actual regrouping configuration is returned as a list (as required bydoRegroupings
), otherwise as a data frame.