source_funcs: source_funcs

View source: R/utils-file.R

source_funcsR Documentation

source_funcs

Description

Sources only the functions discovered in an R file.

Usage

source_funcs(file, env)

Arguments

file

a connection object or a character string path to a file.

env

the environment in which to source the functions.

Value

No return value, called for side effects.

IMPORTANT !!!

Sourcing this file is a mistake - may result in infinite recursion.


assertHE documentation built on June 8, 2025, 10:08 a.m.