quarto_inspect: Inspect Quarto Input File or Project

View source: R/inspect.R

quarto_inspectR Documentation

Inspect Quarto Input File or Project

Description

Inspect a Quarto project or input path. Inspecting a project returns its config and engines. Inspecting an input path return its formats, engine, and dependent resources.

Usage

quarto_inspect(input = ".")

Arguments

input

The input file or project directory to inspect.

Value

Named list. For input files, the list has members engine, format, and resources. For projects the list has members engines and config

Examples

## Not run: 
# Inspect input file file
quarto_inspect("notebook.Rmd")

# Inspect project
quarto_inspect("myproject")

## End(Not run)


quarto documentation built on Sept. 19, 2023, 9:09 a.m.