Select.data.frame: 'Select'

View source: R/Select.R

Select.data.frameR Documentation

Select

Description

Subscripts a range of elements (e.g., from a vector or list), based on the name of the elements.

Usage

## S3 method for class 'data.frame'
Select(x, from, to, MARGIN = NULL, drop = FALSE)

Arguments

x

The object to be subscripted.

from

The name of the first element to be selected.

to

The name of the last element to be selected.

MARGIN

The margin of the object to select from. Only used with arrays and matrices.

drop

Whether to drop the final dimension. This parameter is only used for arrays and matrices.


NumbersInternational/flipU documentation built on March 2, 2024, 10:55 a.m.