extract_uniques: Extract unique values without NAs

View source: R/classification.R

extract_uniquesR Documentation

Extract unique values without NAs

Description

Uses unique and NA removal to retrieve a vector of unique entries in a column. This is useful when mining an API, trying to minimize the number of calls.

Usage

extract_uniques(column)

Arguments

column

a vector from which unique values need to be extracted

Value

a vector of unique values


bvreede/OAmonitor documentation built on Sept. 9, 2023, 8:33 p.m.