Learn R Programming

GetDFPData (version 1.5.3)

fix.fct: 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

Run this code
# NOT RUN {
x <- NULL
x2 <- fix.fct(x)
# }

Run the code above in your browser using DataLab