View source: R/add_g3_attributes.R
add_g3_attributes | R Documentation |
Adds gadget3 attributes and missing columns to a a data frame ready to be passed to gadget3. Useful for importing data manually to gadget without the mfdb step.
add_g3_attributes(x, params, warn = 1)
x |
A data frame, tibble or data table. |
params |
A list of parameters defining the grouping. See details in |
warn |
Integer value to set the handling of warning messages. See the |
Returns x
with g3 attributes and missing columns as instructed by the params
argument.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.