-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
28 lines (28 loc) · 956 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Package: ecosscraper
Type: Package
Title: Tools to Scrape the ECOS Website, http://ecos.fws.gov
Version: 0.3.2
Authors@R: person("Jacob", "Malcom", email = "[email protected]",
role = c("aut", "cre"))
Maintainer: Jacob Malcom <[email protected]>
Description: The U.S. Fish and Wildlife Service's ECOS website contains a
significant amount of information about species listed as threatened or
endangered under the U.S. Endangered Species Act (plus candidate and
species petitioned for listing). But there is no way to download all of the
documents, tables, and text on ECOS, thus hampering further analysis. This
package provides tools and some data to enable scraping.
License: BSD_2_clause + file LICENSE
Depends: R (>= 3.3.0)
LazyData: TRUE
RoxygenNote: 6.0.1
Imports:
digest,
dplyr,
httr,
magrittr,
rvest,
stringr,
xml2
Remotes:
Defenders-ESC/pdfdown,
jacob-ogre/webshot