View source: R/SimulatedDataFunctions.R
synthesise | R Documentation |
Used to generate an easily sharable data dictionary for an R dataframe. This supports the following classes: numeric, integer, logical, Date, character, String, factor, ordered.
synthesise(data, var_identifier = "usubjid")
data |
Dataframe to be used as a basis for a synthetic dataset. |
var_identifier |
Vector of names of variables that are identifying variables (default = "usubjid") |
data.frame with values synthesised based on the original dataset
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.