Skip to content

Commit

Permalink
Update script.R
Browse files Browse the repository at this point in the history
  • Loading branch information
eliansoutu authored Jan 26, 2024
1 parent f24f022 commit df976d7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions 01-rscript/script.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ library(telegram.bot)
### Traigo IDs de users desde Github secrets
users <- c(as.numeric(Sys.getenv("ID_JUAN")),
as.numeric(Sys.getenv("ID_MICA")),
#as.numeric(Sys.getenv("ID_JUANGA")),
as.numeric(Sys.getenv("ID_ELIAN")))

### Traigo token de API Telegram
Expand Down Expand Up @@ -43,7 +42,7 @@ consulta6 <- resource_show("sspm_11.3")
consulta7 <- resource_show("sspm_143.3")
consulta8 <- resource_show("sspm_145.3")
consulta9 <- resource_show("sspm_145.1")
print(consulta9)

### Armo estructura data.frame
consultas <- data.frame(
id = c(consulta1$id, consulta2$id, consulta3$id, consulta4$id, consulta5$id,
Expand Down

0 comments on commit df976d7

Please sign in to comment.