replace_na_unique: Function to replace NAs with unique numbers

View source: R/replace_na_unique.R

replace_na_uniqueR Documentation

Function to replace NAs with unique numbers

Description

Function to replace NAs with unique numbers

Usage

replace_na_unique(x, min_number = 1)

Arguments

x

Numeric vector.

min_number

Minimum number to start replacement from.

Value

Numeric vector of same length as x.


shonawilde/shonarrr documentation built on Jan. 29, 2025, 1:27 a.m.