attach_eval({
my_helper_funct <- function(x, y) x + y
})
search() # environment "local:utils" is now attached
my_helper_funct(1, 1) # the local utility is now available
detach(local:utils) # cleanup
Run the code above in your browser using DataLab