read.yaml_section {pkgmaker} | R Documentation |
Reads YAML Options Embbeded into a File
Description
Reads YAML Options Embbeded into a File
Usage
read.yaml_section(section, file = "~/.Rprofile", text = NULL)
Arguments
section |
section name to lookup in the file.
In the file this defined by paired tags |
file |
path to the file to parse. Default is to parse the user's .Rprofile. |
text |
text to parse.
If provided, then argument |
Value
Returns a list representation of the YAML header
[Package pkgmaker version 0.32.10 Index]