Skip to contents

Access files in the current app.

Usage

app_sys(...)

Arguments

...

(Optional) Character Vector(s) specifying paths and file(s) within the R package's installation folder. Defaults to nothing which returns the root of the app package folder.

Value

Character vector of positive length, containing the file paths that matched `...`, or the empty string, `""`, if none matched.

See also

[system.file()]