Skip to content
Prev 387570 / 398502 Next

setRefClass in package

On 24/03/2021 9:06 a.m., Jeremie Juste wrote:
There are no scoping issues here:  Your initialize method can see all 
local functions in the package, including remove_if_all_NA.  But you've 
got a typo:  you called remove_if_all_na instead.  NA is not the same as na!

Duncan Murdoch