Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

process data prevents unavalaible generators from working #4

Open
aurehave opened this issue Apr 7, 2020 · 2 comments
Open

process data prevents unavalaible generators from working #4

aurehave opened this issue Apr 7, 2020 · 2 comments

Comments

@aurehave
Copy link

aurehave commented Apr 7, 2020

Bonjour,
J'ai voulu requêter digital.iservices.rte-france.com/open_api/unavailability_additional_information/v1/generation_unavailabilities mais le merge qui est dans le process data engendre une erreur.
Cordialement
Aurélien

@pvictor
Copy link
Member

pvictor commented Apr 7, 2020

Ah oui effectivement, je vais regarder d'où cela vient, en attendant tu peux obtenir les résultats "bruts" comme cela :

library(rte.data)
unavailability <- get_open_api(
  api = "unavailability_additional_information",
  resource = "generation_unavailabilities",
  raw = TRUE # <- Utiliser cet argument
)

Victor

@aurehave
Copy link
Author

aurehave commented Apr 7, 2020

super ! merci beaucoup pour l'astuce !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants