getColValues: Retrieves values from one column of a quitte object

View source: R/getColValues.R

getColValuesR Documentation

Retrieves values from one column of a quitte object

Description

Retrieves values from one column of a quitte object

Usage

getColValues(df, colVar)

Arguments

df

quitte object

colVar

name of the column of interest

Value

a vector containing the values of the column without duplicates. The class of the returned vector is either numeric or character

Author(s)

Antoine Levesque

Examples

data(mtcars)
getColValues(mtcars,"mpg")

pik-piam/quitte documentation built on April 26, 2024, 12:58 a.m.