subset.time.table.parts: Extract specific columns from a time.table

Description Usage Arguments

View source: R/time.table.R

Description

Extract columns from a time.table (producing a data.table) by their function (as index, time, measurement, or auxiliary).

Usage

1
2
3
4
## S3 method for class 'time.table.parts'
subset(tt, with.index = FALSE, with.time = FALSE,
  with.measurement = FALSE, with.auxiliary = FALSE, rekey = (with.index |
  with.time), manual = c())

Arguments

tt

time table to export from

with.index

extract index columns

with.time

extract time column

time.measurement

extract measurement columns

with.auxiliary

extract auxiliary columns

rekey

whether to keep the index/time key(s) in the resulting data.table

manual

add additional columns to include (by name)

You probably want one of index, time, measurement, or auxiliary.


rossklin/timetablr documentation built on May 27, 2019, 11:40 p.m.