forceall: force objects (including functions) to evaluate from...

forceallR Documentation

force objects (including functions) to evaluate from environment

Description

A function to evaluate all objects in an environment to be used within a function or some other environment

Usage

forceall(invisible = TRUE, envir = parent.frame(), evalenvir = parent.frame())

Arguments

invisible

logical whether to print the objects in the environmnet or not

envir

environment with objects to evaluate

evalenvir

environment to evaluate in (probably doesn't matter)


kevinmhadi/khtools documentation built on Jan. 16, 2025, 4:18 p.m.