Skip to content

Commit

Permalink
one more skip
Browse files Browse the repository at this point in the history
  • Loading branch information
boshek committed Oct 4, 2024
1 parent 4aa5242 commit 3e6171f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/utils-realtime.R
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ all_realtime_station <- function(PROV) {

# Define column names as the same as HYDAT
colHeaders <- realtime_cols_headers()

output <- readr::read_csv(
res,
skip = 1,
col_names = colHeaders,
col_types = realtime_cols_types()
)
Expand Down

0 comments on commit 3e6171f

Please sign in to comment.