Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

read.yaml_section

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 "#<section_name>", "#</section_name>", or a single tag "#<section_name@file_path>" that redirect to a YAML file.

file

path to the file to parse. Default is to parse the user's .Rprofile.

text

text to parse. If provided, then argument file is not used.


pkgmaker

Development Utilities for R Packages

v0.32.2
GPL (>= 2)
Authors
Renaud Gaujoux [aut, cre]
Initial release
2020-10-20

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.