read_fns: Read functions

read_fnsR Documentation

Read functions

Description

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).

Usage

read_fns(fns_dir_1L_chr = "data-raw/fns/", fns_env = NULL, use_env_1L_lgl = T)

Arguments

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

Value

Functions (a list of environments)


ready4-dev/ready4fun documentation built on April 22, 2024, 8:33 a.m.