powered by
Creates a dataset of a given number of observations. Does so by creating a variable called "v1" with all missing values.
builddata(n, replace = FALSE)
the number of observations to make the new dataset
if TRUE, replace a dataset in memory, if FALSE, error if a dataset is already loaded
returns NULL, invisibly
# NOT RUN { builddata(100, replace=TRUE) listif() # }
Run the code above in your browser using DataLab