-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
25 lines (25 loc) · 1018 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
Package: eparlibscrapR
Title: Collect Metadata from Searches on the Parliament of India's Digital Library
Version: 0.0.0.9000
Authors@R:
person(given = "Asilata",
family = "Karandikar",
role = c("aut", "cre"),
email = "asilata.karandikar@protonmail.com",
comment = c(ORCID = "0000-0002-0764-2677"))
Description: Collects metadata from searches on the Parliament of India's Digital
Library. Based on search inputs filtered by "type" - Part 1(Questions and
Answers) or Part 2(Other than Questions and Answers) - it returns a data frame
with details including the link to the pdf document in each search result.
Depends: R (>= 4.0.0)
Imports: dplyr(>= 1.0.6),
purrr(>= 0.3.4),
rvest (>= 1.0.0),
stringr (>= 1.4.0)
License: GPL (>= 3)
URL: https://github.com/asilatakarandikar/eparlibscrapR
BugReports: https://github.com/asilatakarandikar/eparlibscrapR/issues
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1.9001