Skip to contents

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

Usage

ger_lkp_path(x, path = ger_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

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