read_fns | R Documentation |
read_fns() is a Read function that reads an R script into memory. Specifically, this function implements an algorithm to read functions. The function returns Functions (a list of environments).
read_fns(fns_dir_1L_chr = "data-raw/fns/", fns_env = NULL, use_env_1L_lgl = T)
fns_dir_1L_chr |
Functions directory (a character vector of length one), Default: 'data-raw/fns/' |
fns_env |
Functions (an environment), Default: NULL |
use_env_1L_lgl |
Use environment (a logical vector of length one), Default: T |
Functions (a list of environments)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.