Skip to content

Commit 3e6171f

Browse files
committed
one more skip
1 parent 4aa5242 commit 3e6171f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/utils-realtime.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ all_realtime_station <- function(PROV) {
113113

114114
# Define column names as the same as HYDAT
115115
colHeaders <- realtime_cols_headers()
116-
117116
output <- readr::read_csv(
118117
res,
118+
skip = 1,
119119
col_names = colHeaders,
120120
col_types = realtime_cols_types()
121121
)

0 commit comments

Comments
 (0)