Publications by Jesse Cambon

Geocoding with Tidygeocoder

10.11.2019

Tidygeocoder is a newly published R package which provides a tidyverse-style interface for geocoding. It returns latitude and longitude coordinates in tibble format from addresses using the US Census or Nominatim (OSM) geocoder services. In this post I will demonstrate how to use it for plotting a few Washington, DC landmarks on a map in honor o...

2046 sym R (1040 sym/3 pcs) 2 img 1 tbl

Practical Tidy Evaluation

07.12.2019

Tidy evaluation is a framework for controlling how expressions and variables in your code are evaluated by tidyverse functions. This framework, housed in the rlang package, is a powerful tool for writing more efficient and elegant code. In particular, you’ll find it useful for passing variable names as inputs to functions that use tidyverse pac...

6944 sym R (1467 sym/5 pcs) 2 img 5 tbl

Data Science Essentials

11.01.2020

One the greatest strengths of R for data science work is the vast number and variety of packages and capabilities that are available. However, it can be intimidating to navigate this large and dynamic open source ecosystem, especially for a newcomer. All the information you need is out there, but it is often fragmented across numerous stack overf...

12769 sym R (3916 sym/18 pcs) 10 img 15 tbl

Deploying RMarkdown Online

21.03.2020

RMarkdown is a great tool for creating a variety of documents with R code and it’s a natural choice for producing blog posts such as this one. However, depending on which blog software you use, you may run into some problems related to the file paths for figure images (such as ggplot charts) which will require tweaks in your RMarkdown workflow....

6150 sym R (815 sym/5 pcs) 4 img

Tidygeocoder 1.0.2

17.01.2021

Tidygeocoder v1.0.2 “Yodeling Yak” is now on CRAN. This release adds support for the popular Google geocoder service (thanks @chris31415926535) and also includes several bugfixes and enhancements. Refer to the changelog for details on the release and to the tidygeocoder homepage for a comparison of all supported geocoder services. You can ma...

1693 sym R (311 sym/1 pcs) 2 img

Tidygeocoder 1.0.3

18.04.2021

Tidygeocoder v1.0.3 is released on CRAN! This release adds support for reverse geocoding (geocoding geographic coordinates) and 7 new geocoder services: OpenCage, HERE, Mapbox, MapQuest, TomTom, Bing, and ArcGIS. Refer to the geocoder services page for information on all the supported geocoder services. Big thanks go to Diego Hernangómez and Dan...

2591 sym R (3016 sym/5 pcs) 3 tbl

Tidygeocoder 1.0.4

16.10.2021

Tidygeocoder v1.0.4 is released! ? This release adds support for the Geoapify geocoding service (thanks Daniel Possenriede!), a progress bar, more helpful console output, and new functions for combining the results of multiple geocoding queries. A more detailed overview of the changes in this release is available in the changelog. Progress Bars a...

4641 sym R (1243 sym/2 pcs) 2 img 1 tbl