Skip to content

Commit

Permalink
documented
Browse files Browse the repository at this point in the history
  • Loading branch information
RichDeto committed Jan 22, 2020
1 parent 9e88b21 commit 52511c4
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 1 deletion.
5 changes: 5 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,21 @@
export(geocode_ide_uy)
export(load_geouy)
export(plot_geouy)
export(which_uy)
import(ggplot2)
import(ggthemes)
importFrom(dplyr,"%>%")
importFrom(dplyr,enquo)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(ggsn,north)
importFrom(ggsn,scalebar)
importFrom(methods,is)
importFrom(rlang,quo_name)
importFrom(rlang,sym)
importFrom(sf,st_crs)
importFrom(sf,st_join)
importFrom(sf,st_read)
importFrom(sf,st_transform)
importFrom(stringr,str_locate)
Expand Down
4 changes: 3 additions & 1 deletion man/metadata.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 26 additions & 0 deletions man/which_uy.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 52511c4

Please sign in to comment.