View source: R/derive_param_computed.R
get_hori_data | R Documentation |
<variable>.<parameter>
VariablesThe function creates temporary parameters and variables of the form
<variable>.<parameter>
, e.g., AVAL.WEIGHT
.
get_hori_data(dataset, by_vars, parameters, set_values_to, filter)
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 |
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
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.