report_environment_var: Puts all of the function variables in a specified environment

View source: R/debugging.R

report_environment_varR Documentation

Puts all of the function variables in a specified environment

Description

Puts all of the function variables in a specified environment

Usage

report_environment_var(
  my_env,
  skip_classes = c("function", "data.frame", "data.table", "environment")
)

Arguments

my_env

environment into which the function variables will be put

skip_classes

vector of classes to skip

Value

No return value. Outputs message reporting the environment variables


Benjamin-Vincent-Lab/housekeeping documentation built on Feb. 17, 2024, 2:13 a.m.