R/is_golem.R
is_golem.Rd
Trying to guess if path is a golem-based app.
path
is_golem(path = getwd())
Path to the directory to check. Defaults to the current working directory.
A boolean, TRUE if the directory is a golem-based app, FALSE else.
TRUE
FALSE
is_golem() #> [1] FALSE