subsetting-methods: standard method for accessing indexed elements in a container

Description Usage Arguments

Description

standard method for accessing indexed elements in a container

standard method for accessing indexed elements in a container

standard method for accessing indexed elements in a container

standard method for accessing indexed elements in a container

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## S4 method for signature 'Dataset,ANY,missing,ANY'
x[i, j, ..., drop = TRUE]

## S4 method for signature 'Dataset,character'
x[[i]]

## S4 replacement method for signature 'Dataset,ANY,missing,ANY'
x[i, j, ...] <- value

## S4 replacement method for signature 'Dataset,ANY,missing,ANY'
x[[i, j, ...]] <- value

Arguments

x

Dataset

i

index element identifier

j

dunno what to do with this

...

just for compliance

drop

just for compliance

value

the value to be set for 'i'


giupo/rdataset documentation built on May 17, 2021, 9:27 p.m.