replaceInvalids: Replace invalid fields in a data.frame or data.table

View source: R/replaceInvalids.R

replaceInvalidsR Documentation

Replace invalid fields in a data.frame or data.table

Description

This function replaces invalid fields (NA, NAN, and NULL) in a data.frame and data.table. These fields can lead to erroneous attribute tables in desktop GIS software.

Usage

replaceInvalids(x, replace.value = -9999)

Arguments

x

input data.frame or data.table

replace.value

value that is used instead of NA, NAN, or NULL. Default: -9999

Note


ggRaver/Lslide documentation built on April 8, 2022, 7:14 a.m.