powered by
A low level function to interact with the code library. It is easier in most cases to use the shiny "code library" RStudio 'Addin'.
ls_code_library(pattern = ".")
Character vector of matched file paths.
Optional character. Filter the code library use regex.
code_library(), stage(), import()
code_library()
stage()
import()
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