JosiahParry / placekey

An R library to generate placekeys and interact with the placekey.io.
https://placekey.josiahparry.com
Other
17 stars 2 forks source link

Add ... as get_placekey arguments to allow unnecessary cols #2

Closed NickCH-K closed 4 years ago

NickCH-K commented 4 years ago

Currently, throws an error if get_placekey is given a data.frame that has any columns not strictly necessary for the Placekey call. This PR fixes the problem by adding ... as an argument to get_placekey and get_placekey.data.frame, which resolves the issue.

Also changes the README to refer to devtools::install_github() instead of devtools().