setNAtoNaN: Set NA values to NaN

View source: R/importFuns.R

setNAtoNaNR Documentation

Set NA values to NaN

Description

Set Na values to NaN in all columns of a data. This converts NA values in R to NaN's compatible with the PostgreSQL database. This is done prior to import into the database.

Usage

setNAtoNaN(dat)

Arguments

dat

Data to check for NA's and convert to NaN's.

Value

Data with NA values converted to NaN.


paulhegedus/OFPE documentation built on Nov. 23, 2022, 5:09 a.m.