replace_na: replace_na

Description Usage Arguments Value Examples

Description

Replace NA by something appropriate

Usage

1
replace_na(object, by)

Arguments

object

A vector or matrix or list or dataframe or array

by

Something appropriate to replace by

Value

Object after NA are replaced

Examples

1
replace_na(c(1, 2, NA, 4), 3)

talegari/sidekicks documentation built on May 30, 2019, 8:40 a.m.