elt_delim: Extract indices corresponding to a symbol from a "delim"...

Description Usage Arguments Value Examples

Description

Extract indices corresponding to a symbol from a "delim" table

Usage

1
elt_delim(elt, no, delim)

Arguments

elt

A single character to match against delim table.

no

dives numbers to extract.

delim

a delim table (delim slot of a "ses" object).

Value

a data frame with row number of sart/end of the desired periods.

Examples

1
2
3
data(exses)
elt_delim('-', 60:62, exses$delim)
elt_delim("/", no = c(62, 62:60), delim = exses$delim)

SESman/rbl documentation built on May 9, 2019, 11:10 a.m.