Learn R Programming

binman (version 0.1.3)

app_dir: Get application directory

Description

Get application directory

Usage

app_dir(appname, check = TRUE)

Value

A character string giving the path of the directory

Arguments

appname

A character string giving the name of the application

check

check whether the app given by appname exists or not.

Examples

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

Run the code above in your browser using DataLab