powered by
Fix NULL values in dataframe
fix.fct(x, type.info = "character", format.date = "%Y-%m-%d")
Am object, possibly NULL
Type of object
Format of data, as string
A single object
# NOT RUN { x <- NULL x2 <- fix.fct(x) # }
Run the code above in your browser using DataLab