Description Usage Arguments Value
View source: R/apply_precomputations.R
Apply a specified set of precomputation rules to preprocessed patient survey data
1 | apply_precomputations(data, precomputations_list)
|
data |
A |
precomputations_list |
A |
This takes the patient survey data and performs the specified precomputations by adding new columns equal
to the number of precomputations to the data set. Each new column is named after one precomputation and filled with values
as obtained from the corresponding expression .$expr
applied (rowwise) to the data set.
The extended survey data set is returned as a data.frame
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.