returnTimes: Creating of a query element of a time period

View source: R/AggFunctions.R

returnTimesR Documentation

Creating of a query element of a time period

Description

This function returns a list of a time range

Usage

returnTimes(table_name = " ", start = " ", end = " ")

Arguments

table_name

A name of a data table. Input strings are NOT case-sensitive.

start

The "YYYYMMDD" format of the first date of a data set

end

The "YYYYMMDD" format of the last date of a data set

Value

A list of dates for start and end of a time range

Examples

## Not run: # to create the time ragne between Nov. 2, 2017 and
# Nov. 4, 2017 for the subset of real-time Phoenix data
t <- returnTimes("phoenix_rt", "20171102","20171104")
## End(Not run)

KateHyoung/UTDEventData documentation built on Nov. 16, 2022, 2:29 p.m.