View source: R/assertAndRetrieveTidyValue.R
assertAndRetrieveTidyValue | R Documentation |
tidyselect
As forestpot has evolved we now primarily use tidyverse
select style. This
function helps with backward compatibility
assertAndRetrieveTidyValue(
x,
value,
name = deparse(substitute(value)),
optional = FALSE
)
x |
The data with the potential value |
value |
The value |
name |
The name of the value |
optional |
Is the value optional |
value with attribute
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.