View source: R/shared_pipeline_utils.R
make_time_dummies | R Documentation |
Add time dummy variables to a long dataset with a numeric time variable
make_time_dummies(df, timevar)
df |
long dataset |
timevar |
chr. Name of column containing times. |
data frame with additional columns timevarn for all unique(n) in df[timevar].
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.