Skip to contents

Find all toml files in a project

Usage

survey_tomls(project_path)

Arguments

project_path

Path to the project

Value

an fs_path of all toml files

Examples

if (FALSE) { # \dontrun{
find_tomls("PATH/TO/PROJECT/FOLDER/")
} # }