-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
30 lines (30 loc) · 890 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
29
30
Package: greylitsearcher
Type: Package
Title: Scrapes Search Results From A Site: Search On Google
Version: 0.0.1
Author:
person(given = "Neal",
family = "Haddaway",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-3902-2234"))
Maintainer: Neal R Haddaway <[email protected]>
Description: Generate URLs for searches of Google relying on the 'site:'
search functionality and Google's advance search functionality.
Results pages are saved locally and scraped for results data,
which are then downloadable as a CSV fiole. Details of the search
are then available in a text report.
License: GPL-3
Imports:
shiny,
magrittr,
zip,
RCurl,
shinybusy,
cfhttr,
purrr,
dplyr,
shinyjs
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2