View source: R/create_tribble.R
create_tribble | R Documentation |
creates a boilerplate tribble based on provided names
create_tribble(names, nrows = 4)
names |
column names |
nrows |
fake data number of rows |
create_tribble(names(mtcars), nrows = 4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.