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().
Currently, throws an error if
get_placekey
is given adata.frame
that has any columns not strictly necessary for the Placekey call. This PR fixes the problem by adding...
as an argument toget_placekey
andget_placekey.data.frame
, which resolves the issue.Also changes the README to refer to
devtools::install_github()
instead ofdevtools()
.