sourcelib: Source R functions from dir into local env

View source: R/data_functions.R

sourcelibR Documentation

Source R functions from dir into local env

Description

Source R functions from dir into local env

Usage

sourcelib(dir = "lib", pattern = "\\.r$|\\.R$")

Arguments

pattern

Examples

newenv <- sourcelib("lib")
attach(newenv)

AlexanderKirchmair/datamisc documentation built on June 13, 2025, 5:26 a.m.