assert_all_tablenames | R Documentation |
list
of data.frame
.Assert that all names are among names of a list
of data.frame
.
assert_all_tablenames(db, tab, null_ok = TRUE, qualifier = NULL)
db |
( |
tab |
( |
null_ok |
( |
qualifier |
( |
invisible TRUE
or an error message if the criteria are not fulfilled.
lsd <- list(
mtcars = mtcars,
iris = iris
)
assert_all_tablenames(lsd, c("mtcars", "iris"), qualifier = "first test:")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.