null_to_na {ftDK} | R Documentation |
Turns NULL values in a list into NAs.
Description
Turns NULL values in a list into NAs.
Usage
null_to_na(mylist)
Arguments
mylist |
is a list, where the NULL values are to be turned into NAs. |
[Package ftDK version 1.0 Index]