project_info: Display project structure information

View source: R/outputs.R

project_infoR Documentation

Display project structure information

Description

Shows configured directories and their status (created or pending lazy creation). Useful for understanding the project structure and discovering available paths.

Usage

project_info(verbose = FALSE)

Arguments

verbose

If TRUE, shows additional details about each directory

Value

A data frame with directory information (invisibly)

Examples


if (FALSE) {
# Show project structure
project_info()

# Get detailed info
project_info(verbose = TRUE)
}



framework documentation built on Feb. 18, 2026, 1:07 a.m.