get_hori_data {admiral} | R Documentation |
Creating Temporary Parameters and <variable>.<parameter>
Variables
Description
The function creates temporary parameters and variables of the form
<variable>.<parameter>
, e.g., AVAL.WEIGHT
.
Usage
get_hori_data(dataset, by_vars, parameters, set_values_to, filter)
Arguments
dataset |
Input dataset The variables specified by the |
by_vars |
Grouping variables Permitted Values: list of variables created by |
parameters |
List of parameter codes The input dataset is restricted to the specified parameter codes. If an expression is specified, a new parameter code is added to the input dataset. The name of the element defines the parameter code and the expression the observations to select. Permitted Values: A character vector of |
set_values_to |
All variables of the form Permitted Values: A list of expressions |
filter |
Filter condition used for restricting the input dataset The specified filter condition is used in the warnings only. It is not applied to the input dataset. Permitted Values: An unquoted expression |
Value
A dataset with one observation per by group. It contains the
variables specified for by_vars
and all variables of the form
<variable>.<parameter>
occurring in set_values_to
.