Learn R Programming

golem (version 0.5.1)

is_golem: Is the directory a golem-based app?

Description

Trying to guess if path is a golem-based app.

Usage

is_golem(path = getwd())

Value

A boolean, TRUE if the directory is a golem-based app, FALSE else.

Arguments

path

Path to the directory to check. Defaults to the current working directory.

Examples

Run this code
is_golem()

Run the code above in your browser using DataLab