grp {Rrepest} | R Documentation |
Obtain a list as argument for groups to be evaluated in data
grp(group.name, column, cases)
group.name |
(string) Name of the group to be displayed |
column |
(string) Column where the data is located |
cases |
(string vector) List of values to be put into the group |
list of groups to redefine group_name = column, values_in_group
append(grp("OECD Average","CNTRY",c("HUN","MEX")), grp("Europe","CNTRY",c("ITA","FRA")))