| ls_code_library | R Documentation | 
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 = ".")
| pattern | Optional character. Filter the code library use regex. | 
Character vector of matched file paths.
code_library(), stage(), import()
ls_code_library("Models/ADVAN2.mod")
## requires NMproject directory structure to operate in
## Not run: 
ls_code_library("Models/ADVAN2.mod") %>%
  stage()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.