tseries_query: Time Series Query

View source: R/ts_query.R

tseries_queryR Documentation

Time Series Query

Description

Instantiate a time series query object

Usage

tseries_query(conn, ems_name, data_file = NULL, flight_record_searched = NULL)

Arguments

conn

A connect object created by the connect function.

ems_name

A string, the name of the EMS instance being connected to.

data_file

A string, the name of the db file to store metadata to.

flight_record_searched

optional numeric flight record to search params

Details

This function creates a time series query object that can be used to query time series (i.e. parameter level) data from EMS. If you need physical parameter data, you will need to set a specific flight record to search to return those parameters.


ge-flight-analytics/Rems documentation built on May 17, 2023, 8:02 a.m.