An Ephemeral Update to daylight()
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
This occurrence of the bi-annual corruption of the space-time continuum (i.e. changing to/from standard/daylight time) in the U.S. caused me to make a slight change to the code from an older post. The daylight()
function now auto-discovers the date and location information (via telize) from the caller, which means all you have to do to get a plot like this:
is to source the new gist like this:
devtools::source_gist("e435d4fa0c31b8e1a9d0", sha1="64e859227266dc5f9008b3b3959a19fea373fee6")
Remember that you should verify any code before blindly source
ing it (in R or anywhere else) and make sure to use the SHA1 hash so you know you’re sourcing the proper code (and not potentially being pwnd).
Note that the granularity/accuracy of the geolocation is only as good as the Telize service (which uses MaxMind). The fact that this shows Vermont instead of Maine should make you all think thrice about trusting IP geolocation in general, especially you world-mapping cybersecurity folks.
Sadly, the darkest of days is still yet to come.
R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.