create_data_empty {explore} | R Documentation |
Create an empty dataset
Description
Create an empty dataset
Usage
create_data_empty(obs = 1000, add_id = FALSE)
Arguments
obs |
Number of observations |
add_id |
Add an id |
Value
Dataset as tibble
Examples
create_data_empty(obs = 100)
create_data_empty(obs = 100, add_id = TRUE)
[Package explore version 1.3.1 Index]