replaceNAs: REPLACE NAs BY ANOTHER VALUE IN A DATA.TABLE

View source: R/dataMunging.R

replaceNAsR Documentation

REPLACE NAs BY ANOTHER VALUE IN A DATA.TABLE

Description

REPLACE NAs BY ANOTHER VALUE IN A DATA.TABLE

Usage

replaceNAs(x, val = 0)

Arguments

x

is a data.table

val

is the value to replace NAs for. By default, it looks for and replaces 0s

Value

a data.table


CeresBarros/ToolsCB documentation built on Aug. 23, 2024, 4:22 p.m.