Skip to contents

Get full paths of folders within the RAP project server.

Usage

rap_get_path_dirs(path)

Arguments

path

The path that you want to see the folders within.

Value

A character vector.

Examples

if (FALSE) { # \dontrun{
rap_get_path_dirs("users/")
} # }