File tree 5 files changed +481
-8
lines changed
5 files changed +481
-8
lines changed Original file line number Diff line number Diff line change 1
1
# dplyr (development version)
2
2
3
+ * Updated the ` storms ` data to include 2022 data (#6937 , @steveharoz ).
4
+
3
5
* Updated the ` starwars ` data to use a new API, because the old one is defunct.
4
6
There are very minor changes to the data itself (#6938 , @steveharoz ).
5
7
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ library(tidyverse)
7
7
# TO UPDATE: get the latest URL from https://www.nhc.noaa.gov/data/#hurdat, and rerun this code
8
8
9
9
# 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-2021-041922 .txt" )
10
+ storm_file_complete <- read_file(" https://www.nhc.noaa.gov/data/hurdat/hurdat2-1851-2022-050423 .txt" )
11
11
storm_strings <- read_lines(storm_file_complete )
12
12
13
13
# Identify the header lines that have three commas
You can’t perform that action at this time.
0 commit comments