Skip to contents

Search the project (from grp_root()) for files or folders named x and print a folder tree for each match.

Usage

grp_lkp_path(x, path = grp_root())

Arguments

x

file or folder name to search for (e.g., "README.Rmd")

path

path to search (defaults to the project root)

Value

matching path(s) (invisibly)

Examples

# grp_lkp_path("README.Rmd")
# grp_lkp_path("inst")