Skip to content

Commit

Permalink
Merge pull request #28 from dfosterhill/master
Browse files Browse the repository at this point in the history
Update snotel_info.r
  • Loading branch information
khufkens committed May 23, 2024
2 parents 1762bb6 + 8600f65 commit 0003e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/snotel_info.r
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ snotel_info <- memoise::memoise(
url = url,
query = query) |>
rvest::read_html() |>
rvest::html_nodes('h5~ table+ table') |>
rvest::html_nodes('table') |>
rvest::html_table() |>
data.frame()

Expand Down

0 comments on commit 0003e1c

Please sign in to comment.