app_dir {binman} | R Documentation |
Get application directory
app_dir(appname, check = TRUE)
appname |
A character string giving the name of the application |
check |
check whether the app given by appname exists or not. |
A character string giving the path of the directory
## Not run:
appdir <- app_dir("superduperapp", FALSE)
## End(Not run)