Description Usage Arguments Author(s) Examples
Warn if a variable already exists inside a dataset
1 | warn_if_vars_exist(dataset, vars)
|
dataset |
A |
vars |
|
Thomas Neitmann
1 2 3 4 5 6 7 8 | library(admiral.test)
data(dm)
## No warning as `AAGE` doesn't exist in `dm`
warn_if_vars_exist(dm, "AAGE")
## Issues a warning
warn_if_vars_exist(dm, "ARM")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.