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'.


lsasim documentation built on Aug. 22, 2023, 5:09 p.m.