Skip to contents

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

if (FALSE) {
appdir <- app_dir("superduperapp", FALSE)
}