is_magicalized {magicfor} | R Documentation |
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.
[Package magicfor version 0.1.0 Index]