Description Usage Arguments Details Value See Also Examples
r_data
- Generate a data set with pre-set columns selected.
r_data_theme
- Generate a themed data set with pre-set columns.
1 2 3 | r_data(n = 500, ...)
r_data_theme(n = 100, data_theme = "the_works")
|
n |
The length to pass to the randomly generated vectors (number of rows). |
data_theme |
A data theme. Currently selections include:
|
... |
A set of optionally named arguments. Using wakefield variable functions require no name or call parenthesis. |
The pre-selected columns include:
ID
Race
Age
Sex
Hour
IQ
Height
Died
The user may use ... to add additional columns. r_data
is a
convenience function to quickly produce a data set. For more specific usage
use the more flexible r_data_frame
function.
Returns a tbl_df
.
1 2 3 4 5 6 7 8 9 | r_data()
r_data(10)
r_data(10, paragraph, Attending = valid)
peek(r_data_theme())
plot(r_data_theme(), flip=TRUE)
r_data_theme(, "survey")
r_data_theme(, "survey2")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.