-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
45 lines (45 loc) · 1.19 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Package: GSscraper
Type: Package
Title: Scrapes Citation Information From Google Scholar Results
Version: 0.0.1
Author:
person(given = "Neal",
family = "Haddaway",
role = c("aut", "cre"),
email = "nealhaddaway@gmail.com",
comment = c(ORCID = "0000-0003-3902-2234"))
Maintainer: Neal R Haddaway <nealhaddaway@gmail.com>
Description: Generate URLs for pages of search results from Google Scholar
using combinations of AND, OR, '"", and NOT Boolean operators and syntax,
along with title only searches, patent and citation searches, and author,
year and source fields (as provided by the full Advanced search facility).
Functions also exist to download all given pages of search results from
these URLs, and then locally scrape citation information from within them.
License: GPL-3
Imports:
cfhttr,
devtools,
dplyr,
magrittr,
mgsub,
purrr,
rcrossref,
RCurl,
shiny,
shinyjs,
shinyWidgets,
stats,
stringi,
stringr,
textclean,
tibble,
tm,
utils,
xml2
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2