-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
40 lines (40 loc) · 1.23 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
Package: datagovindia
Title: Data.gov.in API Wrapper
Version: 1.0.5
Authors@R:
c(person(given = "Abhishek",
family = "Arora",
role = c("cre", "aut"),
email = "[email protected]"),
person(given = "Aditya",
family = "Chhabra",
role = c("aut"),
email = "[email protected]"))
Description: This wrapper allows the user to communicate with more than
80,000 API posted on data.gov.in - open data
platform of the government of India <https:data.gov.in/ogpl_apis>.
It also allows the user to search for the API required through the universe
of the API with a better interface than the one the official website provides.
Once a user has the ID by using the API discovery functionalities,
it allows one to converse with the API using a consistent format across all
available API.
License: MIT + file LICENSE
URL: https://github.com/econabhishek/datagovindia
BugReports: https://github.com/econabhishek/datagovindia/issues
Imports:
curl,
dplyr,
httr,
magrittr,
plyr,
stringr,
rlang
Encoding: UTF-8
RoxygenNote: 7.1.1
Suggests:
rmarkdown,
knitr,
testthat,
lubridate,
xml2
VignetteBuilder: knitr