app_dir: Get application directory

View source: R/binman_utils.R

app_dirR Documentation

Get application directory

Description

Get application directory

Usage

app_dir(appname, check = TRUE)

Arguments

appname

A character string giving the name of the application

check

check whether the app given by appname exists or not.

Value

A character string giving the path of the directory

Examples

## Not run: 
appdir <- app_dir("superduperapp", FALSE)

## End(Not run)


johndharrison/binman documentation built on July 29, 2023, 6:54 a.m.