Learn R Programming

manifesto (version 0.0.2)

manifest_peek: Peek into a manifest file

Description

Peek into a manifest file

Usage

manifest_peek(path = "rproject.toml")

Value

Invisibly returns a list with parsed contents.

Arguments

path

Path to the rproject.toml file. Defaults to "rproject.toml" in the current directory.

Examples

Run this code
manifest_peek(system.file('complex.toml', package = 'manifesto'))

Run the code above in your browser using DataLab