Description Usage Arguments Value Examples
Reads a yaml file
1 | read_yaml(pth)
|
pth |
the path to the yaml file |
a nested list
1 2 3 4 5 | ## Not run:
pth <- "./tests/testthat/test.yaml"
config <- read_yaml(pth)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.