fix.fct: Fix NULL values in dataframe

Description Usage Arguments Value Examples

View source: R/gdfpd_xml_fcts.R

Description

Fix NULL values in dataframe

Usage

1
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

1
2
x <- NULL
x2 <- fix.fct(x)

msperlin/GetDFPData documentation built on April 6, 2021, 4:52 a.m.