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


raff-k/Lslide documentation built on March 29, 2022, 6:52 p.m.