transmission_get: This wraps a GET request to the API

Description Usage Examples

View source: R/transmission_get.R

Description

This wraps a GET request to the API

Usage

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)

Examples

 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")

krose/entsoeR documentation built on Oct. 10, 2020, 4:35 p.m.