Learn R Programming

varitas (version 0.0.2)

read.yaml: read.yaml

Description

Read a yaml file

Usage

read.yaml(file.name)

Arguments

file.name

Path to yaml file

Value

list containing contents of yaml file

Examples

Run this code
# NOT RUN {
read.yaml(file.path(path.package('varitas'), 'config.yaml'))

# }

Run the code above in your browser using DataLab