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
- 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)
}