Learn R Programming

froggeR (version 1.0.0)

quarto_project: Create a Custom Quarto Project

Description

Deprecated. Use init() instead.

Usage

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

Value

Does not return. Always errors with a deprecation message.

Arguments

name

Character. Ignored.

path

Character. Ignored.

example

Logical. Ignored.

See Also

init

Examples

Run this code
if (FALSE) {
# Use init() instead
init(path = "my-project")
}

Run the code above in your browser using DataLab