• read_projects() - reads file with projects and list their names and paths.

read_projects(file, sort_by = FALSE)

Arguments

file

(character) Path to file with RStudio project names.

sort_by

("name"|"path"|FALSE)

Examples