-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDESCRIPTION
28 lines (28 loc) · 846 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
Type: Package
Package: gdscrapeR
Title: Easily Web Scrape Glassdoor Company Reviews Into a Data Frame
Description: Tool for scraping company reviews with just one function: `get_reviews()`.
Uses the 'rvest' and 'purrr' packages to make it easy to scrape company reviews. For learning purposes only.
Version: 0.1.2
Depends:
R (>= 3.0.1)
Imports:
httr,
magrittr,
purrr (>= 0.2.3),
rvest,
xml2
Suggests:
License: GPL-3
LazyData: true
URL: https://github.com/mguideng/gdscrapeR
BugReports: https://github.com/mguideng/gdscrapeR/issues
Author: Maria Guideng [aut, cre],
Credit Hadley Wickham [aut, cre rvest],
Credit Lionel Henry [aut, cre purrr]
Maintainer: Maria Guideng <imlearningthethings@gmail.com>
Repository: GitHub
Roxygen: list(markdown = TRUE)
Encoding: UTF-8
RoxygenNote: 6.1.1
VignetteBuilder: knitr