Learn R Programming

quarto (version 1.2)

quarto_inspect: 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 = ".")

Value

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

Arguments

input

The input file or project directory to inspect.

Examples

Run this code
if (FALSE) {
# Inspect input file file
quarto_inspect("notebook.Rmd")

# Inspect project
quarto_inspect("myproject")
}

Run the code above in your browser using DataLab