unique_na: This returns distinct values of the elements in a vector,...

View source: R/unique_na.R

unique_naR Documentation

This returns distinct values of the elements in a vector, including NA values.

Description

This returns distinct values of the elements in a vector, including NA values.

Usage

unique_na(df, column)

Arguments

df

data frame

column

the column

Value

the distinct values of the column


kingsuching/Frost2021Package documentation built on March 19, 2022, 11:51 p.m.