cjs_example_data.Rd
A function that generates data.frames for input. Scatter XY values use runif(12)
runif(12)
cjs_example_data(type = "bar", grouped = FALSE, shuffle = FALSE)
data for chart type: 'bar', 'scatter', so far ...
whether to include a group column for multiple datasets/traces
whether to shuffle the data. Used in testing.
a data.frame