Skip to contents

Get paths of files within a folder based on a given path in the RAP project server.

Usage

rap_get_path_files(path)

Arguments

path

The path to search for files.

Value

A character vector.

Examples

if (FALSE) { # \dontrun{
rap_get_path_files(".")
} # }