Skip to content

Commit

Permalink
Fix stations_read(), missing option for when no local file
Browse files Browse the repository at this point in the history
  • Loading branch information
steffilazerte committed Sep 20, 2023
1 parent 3acf983 commit c03c333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/stations.R
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ stations_read <- function() {
} else {
r <- local_file
}
}
} else r <- pkg_file
r
}

Expand Down

0 comments on commit c03c333

Please sign in to comment.