is_golem {golem} | R Documentation |
Is the directory a golem-based app?
Description
Trying to guess if path
is a golem-based app.
Usage
is_golem(path = getwd())
Arguments
path |
Path to the directory to check. Defaults to the current working directory. |
Value
A boolean, TRUE
if the directory is a golem-based app, FALSE
else.
Examples
is_golem()
[Package golem version 0.5.1 Index]