# NOT RUN {
conf <- list(
columns = list(
first_column = list(
type = "string",
length = 3
),
second_column = list(
type = "integer",
max = 10
),
third_column = list(
type = "calculated",
formula = "second_column * 2"
)
)
)
random_data_frame(conf, size = 10)
# }
Run the code above in your browser using DataLab