Raw Message
Message-ID: <1314604.1630773064@apollo2.minshall.org> Date: 2021-09-04T16:31:04Z From: Greg Minshall Subject: How to globally convert NaN to NA in dataframe? In-Reply-To: Your message of "Thu, 02 Sep 2021 15:44:07 -0400." <9df5d40e-f922-1282-025f-2b6b0b09e2e6@gmail.com> Duncan, > x[] <- lapply(...) says "set the values in x to the values in the list > on the RHS", so x retains its class. thanks! cheers, Greg