View source: R/utils-create-data-hake.R
create_data_hake | R Documentation |
Create package data with one call
create_data_hake(var, val, ...)
var |
The variable name |
val |
The value for variable |
... |
Additional arguments for |
Usually you have to create a variable first, and then call
usethis::use_data()
with the variable name as an argument and the
package data will be created. This function just unifies that into one step
Nothing, creates package data. See usethis::use_data()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.