-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
22 lines (22 loc) · 932 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: rmapcounties
Type: Package
Title: RMapCounties
Version: 0.2.0
Author: Jake tolbert
Maintainer: Jake Tolbert <[email protected]>
Description: Rmapcounties is designed to make it easy to pull regions around a particular location. The main usage is to find a list of counties within a certain driving distance of a particular address, allowing you to then easily create a group of people to invite to an event at the address. Written at Millikin University's Alumni & Development Center, it was designed to work with Banner Advancement which uses modified FIPS codes (eg. "IL123") to create what they call "georegions." As such, rmapscounties provides tools that work with these style of codes.
License: GPL v. 3.0 or later
Encoding: UTF-8
LazyData: true
Imports:
tidyverse,
magrittr,
leaflet,
curl,
ucbudar,
purrr,
sf
RoxygenNote: 7.2.3
Suggests: knitr,
rmarkdown
VignetteBuilder: knitr