Learn R Programming

raveio (version 0.9.0)

load_yaml: A port to read_yaml

Description

For more examples, see save_yaml.

Usage

load_yaml(file, ..., map = NULL)

Value

A fastmap2. If map is provided then return map, otherwise return newly created one

Arguments

file, ...

passed to read_yaml

map

fastmap2 instance or NULL

See Also

fastmap2, save_yaml, read_yaml, write_yaml