create_data_empty | R Documentation |
Create an empty dataset
create_data_empty(obs = 1000, add_id = FALSE)
obs |
Number of observations |
add_id |
Add an id |
Dataset as tibble
create_data_empty(obs = 100)
create_data_empty(obs = 100, add_id = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.