Skip to contents

Read and Filter "regroup_actual.csv"

Usage

read_actual_regrouping(
  name_actual,
  group = NULL,
  columns = NULL,
  as_list = TRUE
)

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 (unless group is given).

as_list

it TRUE (the default) the actual regrouping configuration is returned as a list (as required by doRegroupings), otherwise as a data frame.