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/pmartRqc documentation built on May 5, 2024, 7:22 a.m.