representNA.data.frame: Apply the 'representNA' function to all columns of a data...

Description Usage Arguments Value Author(s) Examples

View source: R/representNA.data.frame.R

Description

Replace the string "NA" with R's missing value NA, wherever it appears in the given data frame.

Usage

1

Arguments

df

The data frame to be 'cleaned up'.

Value

Returns a data frame identical to df, with "NA" recoded as NA.

Author(s)

David C. Norris

Examples

1
# TODO: Provide an example

Example output

Loading required package: lattice
Loading required package: grid

VizOR documentation built on May 30, 2017, 5:29 a.m.