add_var_random_moon | R Documentation |
Add a random moon variable to dataset
add_var_random_moon(data, name = "random_moon", overwrite = TRUE, seed)
data |
A dataset |
name |
Name of new variable (as string) |
overwrite |
Can new random variable overwrite an existing variable in dataset? |
seed |
Seed for random number generation (integer) |
Dataset containing new random variable
library(magrittr)
iris %>% add_var_random_moon() %>% head()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.