Skip to contents

Fill NA in First Vector With Values From Second Vector

Usage

fillUpNA(x, y, dbg = TRUE, name_x = NULL, name_y = NULL)

Arguments

x

first vector

y

second vector

dbg

if TRUE a debug message is shown

name_x

name of x

name_y

name of y

Value

x with NA replaced by the values in y at the same positions