pkgload (version 1.3.4)

load_code: 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.