View source: R/transmission_get.R
This wraps a GET request to the API
1 2 3 4 5 6 7 8 9 | transmission_get(securityToken = NULL, documentType = NULL,
processType = NULL, businessType = NULL, psrType = NULL,
type_MarketAgreement.Type = NULL, contract_MarketAgreement.Type = NULL,
auction.Type = NULL, auction.Category = NULL,
classificationSequence_AttributeInstanceComponent.Position = NULL,
outBiddingZone_Domain = NULL, biddingZone_Domain = NULL,
controlArea_Domain = NULL, in_Domain = NULL, out_Domain = NULL,
acquiring_Domain = NULL, timeInterval = NULL, periodStart = NULL,
periodEnd = NULL, return_all = FALSE)
|
1 2 3 4 5 6 7 8 9 10 11 | transmission_get(securityToken = securityToken, documentType = "A11",
in_Domain = "10YCZ-CEPS-----N",
out_Domain = "10YSK-SEPS-----K",
periodStart = "201611232300",
periodEnd = "201612312300")
transmission_get(securityToken = securityToken, documentType = "A09",
in_Domain = "10YCZ-CEPS-----N",
out_Domain = "10YSK-SEPS-----K",
periodStart = "201611232300",
periodEnd = "201612312300")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.