Learn R Programming

NMproject (version 0.6.9)

ls_code_library: List files in code library

Description

[Stable]

A low level function to interact with the code library. It is easier in most cases to use the shiny "code library" RStudio 'Addin'.

Usage

ls_code_library(pattern = ".")

Value

Character vector of matched file paths.

Arguments

pattern

Optional character. Filter the code library use regex.

See Also

code_library(), stage(), import()

Examples

Run this code

ls_code_library("Models/ADVAN2.mod")

## requires NMproject directory structure to operate in
if (FALSE) {
ls_code_library("Models/ADVAN2.mod") %>%
  stage()
}

Run the code above in your browser using DataLab