| project_info | R Documentation |
Shows configured directories and their status (created or pending lazy creation). Useful for understanding the project structure and discovering available paths.
project_info(verbose = FALSE)
verbose |
If TRUE, shows additional details about each directory |
A data frame with directory information (invisibly)
if (FALSE) {
# Show project structure
project_info()
# Get detailed info
project_info(verbose = TRUE)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.