How to globally convert NaN to NA in dataframe?
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
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