Project Management

project_info

Display project structure information

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

Argument Description
verbose

If TRUE, shows additional details about each directory

Returns

A data frame with directory information (invisibly)

Examples

# Show project structure
project_info()

# Get detailed info
project_info(verbose = TRUE)

Source: R/outputs.R