init_site
< Back to Reference | View source
init_site()
Initialize a qrtdown site
Usage
init_site(pkg = ".", quiet = FALSE)Arguments
| Argument | Description |
|---|---|
pkg |
Path to the package root directory |
quiet |
Suppress progress messages |
Value
Invisibly returns the path to _quarto.yml
Description
Creates the necessary configuration files for a qrtdown site:
_quarto.yml - Quarto project configuration
_qrtdown.yml - qrtdown-specific configuration (if not exists)
Examples
## Not run:
init_site()
## End(Not run)