View source: R/ng_gas_transmission_flows.R
ng_gas_transmission_flows_entry_point | R Documentation |
Nationalgrid gas download
ng_gas_transmission_flows_entry_point(
query_type = c("LastUpdate", "Last24Hours", "CustomDates"),
date_from = NA,
date_to = NA
)
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'. |
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())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.