cpp_rep_na_num: Remove 'NA' from 'NumericVector'

Description Usage Arguments Details Value Examples

View source: R/RcppExports.R

Description

This function removes NA values from NumericVectors.

Usage

1

Arguments

xin

NumericVector potentially containing removable NA values.

rep

int value to replace NAs occuring in xin.

Details

This function accepts a numeric input vector and then replaces each contained NA value with the int specified in the parameter rep.

Value

NumericVector that is equal to xin except the NA values which have been replaced with rep.

Examples

1

MarcoNiemann/kaggle_house documentation built on May 7, 2019, 2:50 p.m.