fix.fct {GetDFPData} | R Documentation |
Fix NULL values in dataframe
Description
Fix NULL values in dataframe
Usage
fix.fct(x, type.info = "character", format.date = "%Y-%m-%d")
Arguments
x |
Am object, possibly NULL |
type.info |
Type of object |
format.date |
Format of data, as string |
Value
A single object
Examples
x <- NULL
x2 <- fix.fct(x)
[Package GetDFPData version 1.6 Index]