select: Transform regular vector into selection vector

View source: R/select.R

selectR Documentation

Transform regular vector into selection vector

Description

Attaches a "select" class to a vector

Usage

select(...)

Arguments

...

parameters to be passed to 'c()'

Value

same as 'x', but with a class attribute that classifies 'x' as "select"

Note

This function was created to be used instead of 'c()' in the 'n' argument of 'cluster_gen'.


tmatta/lsasim documentation built on May 6, 2024, 5:34 p.m.