load_code {pkgload}R Documentation

Load R code.

Description

Load all R code in the R directory. The first time the code is loaded, .onLoad will be run if it exists.

Usage

load_code(path = ".")

Arguments

path

Path to a package, or within a package.


[Package pkgload version 1.2.4 Index]