By Bob Rudis (@hrbrmstr)
Thu 25 September 2014
|
tags:
r,
rstats,
dplyr,
-- (permalink)
UPDATE Per the author, a
devtools::install_github("hadley/devtools")
should take care of everything you need prior to installing the latestdplyr
(though I did not have postgres libs installed and suspect that might still be needed).
The R dplyr package just turned 0.3
and to get it working ...
By Bob Rudis (@hrbrmstr)
Fri 29 August 2014
|
tags:
dns,
tlds,
dplyr,
r,
rstats,
-- (permalink)
I saw this on Hacker News this morning and it got me curious as to how many other TLDs (e.g. .com
) resolve to an address (i.e. https://uz./
displays a page in your browser since uz.
resolves to 91.212.89.8
). This is quick work with R ...