load_code: Load R code.

View source: R/load-code.R

load_codeR Documentation

Load R code.

Description

Sources all .R/.r files in the ⁠R/⁠ directory, storing results into the package namespace.

Usage

load_code(path = ".", quiet = NULL)

Arguments

path

Path to a package, or within a package.

quiet

if TRUE suppresses output from this function.


r-lib/pkgload documentation built on Feb. 3, 2024, 9:48 p.m.