Rdocumentation
powered by
Learn R Programming
magicfor (version 0.1.0)
is_magicalized: Check whether for() is magicalized or not
Description
Check whether for() is magicalized or not
Usage
is_magicalized(envir = parent.frame())
Arguments
envir
environment
Value
TRUE if for() is magicalized.