quarto_project: Create a Custom Quarto Project

View source: R/quarto_project.R

quarto_projectR Documentation

Create a Custom Quarto Project

Description

Deprecated. Use init() instead.

Usage

quarto_project(name, path = here::here(), example = TRUE)

Arguments

name

Character. Ignored.

path

Character. Ignored.

example

Logical. Ignored.

Value

Does not return. Always errors with a deprecation message.

See Also

init

Examples

## Not run: 
# Use init() instead
init(path = "my-project")

## End(Not run)


froggeR documentation built on March 17, 2026, 9:06 a.m.