fallback | R Documentation |
Creates a fallback that can be evaluated with resolve_fallback()
.
fallback(terminal_fallback_value, source_file = "config.yaml", hierarchy = c("./", "~/"), key = NULL)
terminal_fallback_value |
The value the fallback will resolve to when no other instance in the hierarchy defines the key. |
hierarchy, source_file |
Define the paths to the yaml files where we
look for a key to be defined. By default, it is a file called |
key |
The key, that is, the name of the argument the fallback is created
for. Can be |
fallback(TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.