load_yaml_tricks | R Documentation |
Load tricks from YAML file
load_yaml_tricks(file = NULL, labels = NULL, reset = FALSE)
file |
Path to a YAML file, if |
labels |
labels of tricks to load, by default all tricks are loaded |
reset |
Whether to unload previously loaded tricks |
Returns the first argument invisibly, called for side effects.
yaml_path <- system.file("tricks.yaml", package = "tricks")
load_yaml_tricks(yaml_path)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.