R/aaa.R

## aaa.R
# Define package-wide environment variables

# Create a package-wide environment to hold objects shared across functions.
# Its current use is only for objects that
# need to be reused across random iterations for create_p_funs().
# https://r-pkgs.org/data.html#sec-data-state
package_scope <- new.env(parent = emptyenv())

Try the ale package in your browser

Any scripts or data that you put into this service are public.

ale documentation built on May 29, 2024, 10:33 a.m.