You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm sorry if this comment is irrelevant or overly pedantic, but personally I would avoid writing that is.na() tests for "null" values. Technically that would be is.null(). is.na() tests for missing-ness.