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)


binman documentation built on Sept. 1, 2022, 9:06 a.m.