manifest_peek: Peek into a manifest file

View source: R/peek.R

manifest_peekR Documentation

Peek into a manifest file

Description

Peek into a manifest file

Usage

manifest_peek(path = "rproject.toml")

Arguments

path

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

Value

Invisibly returns a list with parsed contents.

Examples

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

manifesto documentation built on May 6, 2026, 1:06 a.m.