check_none_of | R Documentation |
Make sure that nothing is overwritten without specifically allowing it.
check_none_of(
input,
against,
ref.input = NULL,
ref.against,
overwrite = NULL,
fdb.fn = "stop",
with.time = FALSE,
force = NULL
)
input |
An input vector to be checked. |
against |
A vector of valid inputs. |
ref.input |
Character value or NULL. The reference for argument |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.