replace_vals: replace missing values in a vector with others provided

View source: R/utils.R

replace_valsR Documentation

replace missing values in a vector with others provided

Description

replace missing values in a vector with others provided

Usage

replace_vals(x, lowest_vals)

Arguments

x

vector of values with missing values

lowest_vals

vector of replacements

Value

vector


TeamMacLean/pepdiff documentation built on April 24, 2023, 7:48 a.m.