Articles by Kyle Walker

Dropdown menus in R Markdown with bsselectR

December 14, 2016 | Kyle Walker

I strongly believe that interactive reports, presentations, and scholarly articles are going to become much more prominent in the years ahead. Whereas a PDF article or presentation can often only show a limited aspect of a research project, interactive documents can allow a reader or presenter to explore project content ... [Read more...]

Dropdown menus in R Markdown with bsselectR

December 14, 2016 | Kyle Walker

I strongly believe that interactive reports, presentations, and scholarly articles are going to become much more prominent in the years ahead. Whereas a PDF article or presentation can often only show a limited aspect of a research project, interactive documents can allow a reader or presenter to explore project content ... [Read more...]

Interactive flow visualization in R

June 26, 2016 | Kyle Walker

Exploring flows between origins and destinations visually is a common task, but can be difficult to get right. In R, there are many tutorials on the web that show how to produce static flow maps (see here, here, here, and here, among others). Over the past couple years, R developers ... [Read more...]

Interactive flow visualization in R

June 26, 2016 | Kyle Walker

Exploring flows between origins and destinations visually is a common task, but can be difficult to get right. In R, there are many tutorials on the web that show how to produce static flow maps (see here, here, here, and here, among others). Over the past couple years, R developers ... [Read more...]

Using a new Mapbox Studio map in an R Leaflet project

May 17, 2016 | Kyle Walker

Mapbox recently announced that map styles designed in the new Mapbox Studio are now available as basemaps in other platforms, such as Tableau, CartoDB, and ArcGIS Online: https://www.mapbox.com/blog/use-studio-styles-in-gis-tools/. Previously, this wasn’t possible due to these tools’ incompatibility with the GL-based vector tiles produced by ... [Read more...]

Using a new Mapbox Studio map in an R Leaflet project

May 17, 2016 | Kyle Walker

Mapbox recently announced that map styles designed in the new Mapbox Studio are now available as basemaps in other platforms, such as Tableau, CartoDB, and ArcGIS Online: https://www.mapbox.com/blog/use-studio-styles-in-gis-tools/. Previously, this wasn’t possible due to these tools’ incompatibility with the GL-based vector tiles produced by ...
[Read more...]

Fetching roads data in R with tigris

December 2, 2015 | Kyle Walker

There are three functions available in the tigris package (https://github.com/walkerke/tigris) to fetch road data. primary_roads() loads all interstates for the entire US; primary_secondary_roads() gets you interstates and US/state/county highways, by state; and roads() gets you all road segments for a given ... [Read more...]

Fetching roads data in R with tigris

December 2, 2015 | Kyle Walker

There are three functions available in the tigris package (https://github.com/walkerke/tigris) to fetch road data. primary_roads() loads all interstates for the entire US; primary_secondary_roads() gets you interstates and US/state/county highways, by state; and roads() gets you all road segments for a given ... [Read more...]
1 2

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)