ng_gas_transmission_flows_entry_point: Nationalgrid gas download

View source: R/ng_gas_transmission_flows.R

ng_gas_transmission_flows_entry_pointR Documentation

Nationalgrid gas download

Description

Nationalgrid gas download

Usage

ng_gas_transmission_flows_entry_point(
  query_type = c("LastUpdate", "Last24Hours", "CustomDates"),
  date_from = NA,
  date_to = NA
)

Arguments

query_type

The query to be used. Defaults to 'LastUpdate'

date_from

Date. In combination with query_type='CustomDates'.

date_to

Date. In combination with query_type='CustomDates'.

Examples


library(nationalgridr)

ng_gas_transmission_flows_entry_point(query_type = "LastUpdate")
ng_gas_transmission_flows_entry_point(query_type = "Last24Hours")
ng_gas_transmission_flows_entry_point(query_type = "CustomDates", date_from = Sys.Date()-1, date_to = Sys.Date())


krose/nationalgridr documentation built on Aug. 23, 2023, 1:50 p.m.