NOAA inconveniently uses a weird timestamp format in different time zones, and R's strptime can't accept vectorized input with one time zone per element (instead of one fixed time zone). So we have to manually loop.
1 | noaa_stormevents_parse_datetime(datetimes, tzs, format)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.