gp_is_wd_geoplumber: Helper function to determin if working dir is a geoplumber...

View source: R/is_wd_geoplumber.R

gp_is_wd_geoplumberR Documentation

Helper function to determin if working dir is a geoplumber app.

Description

Conditions for a geoplumber app (at least initiated with)

  1. An 'R' directory with R/plumber.R file

  2. A 'src' directory

  3. A 'package.json' file at root.

Usage

gp_is_wd_geoplumber(path = ".")

Arguments

path

check particular path

Value

TRUE or FALSE

Examples

{
gp_is_wd_geoplumber()
}


ATFutures/geoplumber documentation built on July 4, 2023, 12:18 a.m.