getProjectPaths: Paths where to find project on the KWB server

View source: R/project.R

getProjectPathsR Documentation

Paths where to find project on the KWB server

Description

Paths where to find project on the KWB server

Usage

getProjectPaths(start_directory, as_list = FALSE, skip_pattern = "/_")

Arguments

start_directory

Path to the project network drive at KWB

as_list

If TRUE (the default is FALSE) the paths are returned as a list with the folder names as list element names.

skip_pattern

pattern matching paths to be removed from the returned path list. By default all paths containing underscore at the beginning of a subdirectory name are removed.

Value

full paths to project folders as a vector of character or as a named list if as_list = TRUE.


KWB-R/kwb.fakin documentation built on June 14, 2022, 2 p.m.