Skip to contents

Convert a project name to a directory path.

Usage

projectDirectory(project_name, path)

Arguments

project_name

the project name/title

path

target file path for project directory

Examples

projectDirectory('test project',getwd())
#> [1] "/home/runner/work/projecttemplates/projecttemplates/docs/reference/test_project"