vector_replace: Replace x with y for a single vector

View source: R/edata_replace.R

vector_replaceR Documentation

Replace x with y for a single vector

Description

Replace x with y for a single vector

Usage

vector_replace(one_vector, x, y)

Arguments

one_vector

numeric vector

x

value to be replaced

y

replacement value

Value

numeric vector

Author(s)

Kelly Stratton


pmartR/pmartR documentation built on March 4, 2024, 8:32 a.m.