Skip to content

Commit

Permalink
fix #1
Browse files Browse the repository at this point in the history
  • Loading branch information
quishqa committed Oct 1, 2023
1 parent 8f1fc25 commit 3eb608b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/senamhi_retrieve.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ senamhi_retrieve <- function(aqs_code, pol_code, start_date, end_date){
f1 = start_date,
f2 = end_date
))
aqs_highchart <- httr::content(aqs_highchart)
aqs_highchart_html <- XML::htmlParse(aqs_highchart)
highchart_script <- XML::getNodeSet(aqs_highchart_html, "//script")[[3]]
highchart_script_text <- utils::capture.output(highchart_script)
Expand Down

0 comments on commit 3eb608b

Please sign in to comment.