View source: R/extract.range.TSD.R
extract.range.TSD | R Documentation |
Extracts a subset of TSD data according to the ranges given for the variables of 'data' in 'range'.
extract.range.TSD(
data = list(),
range = list(),
this = list(),
treated = NULL,
ineq = "<",
ind.out = FALSE,
insert.NA = FALSE
)
data |
is a list of elements named according to the TSD file format. |
range |
is a list of elements with names matching names if 'data', specifying the range of the corresponding elements. |
this |
is an optional previously generated list of indexes as returned from extract(). |
treated |
A vector of variable names already treated. |
ineq |
is a string giving the inequality function to apply to the selection ("<" or "<="). |
ind.out |
is TRUE if the indexes for the elements segmented are to be returned. |
insert.NA |
is TRUE if the discarded data are to be kept as NA. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.