Open iqis opened 3 years ago
Use portable() to attach package scope to class's parent env chain.
portable()
myThing <- portable(type(function(a, b){ add <- function() a + b })) ## or myOtherThing <- function(){ value <- 1 } %>% type() %>% portable()
Use
portable()
to attach package scope to class's parent env chain.