grp {Rrepest} | R Documentation |
grp
Description
Obtain a list as argument for groups to be evaluated in data
Usage
grp(group.name, column, cases)
Arguments
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 |
Value
list of groups to redefine group_name = column, values_in_group
Examples
append(grp("OECD Average","CNTRY",c("HUN","MEX")), grp("Europe","CNTRY",c("ITA","FRA")))
[Package Rrepest version 1.3.0 Index]