extract | R Documentation |
Custom extract function (or subset or whatever) for dtsurveys. A loose wrapper over '[.data.table'
## S3 method for class 'dtsurvey'
x[i, j, by, ..., drop = NULL]
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.