fix.fct {GetDFPData} | R Documentation |
Fix NULL values in dataframe
fix.fct(x, type.info = "character", format.date = "%Y-%m-%d")
x |
Am object, possibly NULL |
type.info |
Type of object |
format.date |
Format of data, as string |
A single object
x <- NULL
x2 <- fix.fct(x)