| dummy_data | R Documentation |
The dummy data frame contains a few randomly generated variables like year, sex, age, income and weight to test out functionalities. It can be generated with the desired number of observations.
dummy_data(no_obs, monitor = FALSE)
no_obs |
Number of observations. |
monitor |
FALSE by default. If TRUE outputs two charts to visualize the functions time consumption. |
Returns a dummy data table.
my_data <- dummy_data(1000)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.