extract: Custom extract function (or subset or whatever) for...

extractR Documentation

Custom extract function (or subset or whatever) for dtsurveys. A loose wrapper over '[.data.table'

Description

Custom extract function (or subset or whatever) for dtsurveys. A loose wrapper over '[.data.table'

Usage

## S3 method for class 'dtsurvey'
x[i, j, by, ..., drop = NULL]

Arguments

x

a dtsurvey object

i

i in the data.table format

j

j in the data.table format

by

by in the data.table format

...

extra options passed to data table

drop

used to make dplyr things work nice. should generally be ignored


dcaseykc/dtsurvey documentation built on March 9, 2024, 1:09 p.m.