Description Usage Arguments Details Value
secret
s are character vectors that print with the specified secrets
hidden by asterisks (***
).
1 2 3 4 5 6 7 8 9 10 11 12 13 | secret(x = character(), secrets = NULL, locked = TRUE)
as_secret(x, secrets = NULL)
is_secret(x)
scrt_lock(x)
scrt_unlock(x)
scrt_set_secrets(x, secrets)
scrt_locked(x)
|
x |
A |
secrets |
|
secret()
and as_secret()
creates a secret
, casting to character
first
if needed and possible
is_secret()
tests whether an object is a well-formed secret
scrt_lock()
and scrt_unlock()
lock and unlock the secrets
scrt_set_secrets()
sets secret values in a secret
scrt_locked()
tests whether a secret
is locked or unlocked
A secret
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.