powered by
Function that returns a random data frames
generate_random_example(seed = 1234, nrow = 10, ncol = 5, withNA = TRUE)
a data frame with random data
seed for random generation
number of rows
number of columns
bool to indicate if we want to include some NA values in the data frame
example_data = generate_random_example(seed = 123456, nrow = 15, ncol=6)
Run the code above in your browser using DataLab