File tree Expand file tree Collapse file tree 4 files changed +487
-4
lines changed Expand file tree Collapse file tree 4 files changed +487
-4
lines changed Original file line number Diff line number Diff line change 11# dplyr (development version)
22
3- * ` storms ` has been updated to include 2023 data
3+ * ` storms ` has been updated to include 2023 and 2024 data ( # 7111 , @ tomalrussell ).
44
55* ` case_when() ` now throws a better error if one of the conditions is an array
66 (#6862 , @ilovemane ).
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ library(tidyverse)
77# TO UPDATE: get the latest URL from https://www.nhc.noaa.gov/data/#hurdat, and rerun this code
88
99# Read in data set so each line is a character string
10- storm_file_complete <- read_file(" https://www.nhc.noaa.gov/data/hurdat/hurdat2-1851-2023-051124 .txt" )
10+ storm_file_complete <- read_file(" https://www.nhc.noaa.gov/data/hurdat/hurdat2-1851-2024-040425 .txt" )
1111storm_strings <- read_lines(storm_file_complete )
1212
1313# Identify the header lines that have three commas
You can’t perform that action at this time.
0 commit comments