Skip to content
Prev 62606 / 63421 Next

specials and ::

On 2024-08-26 12:34 p.m., Duncan Murdoch wrote:
Of course, posting this meant I discovered a bug in it:  if 
is.environment(data) was TRUE, the modification was ignored.  Line 8 
should be

        if (is.null(data) || is.environment(data))

to handle that case.

Duncan Murdoch