-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
51 lines (51 loc) · 1.58 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
46
47
48
49
50
51
Package: Rapi
Type: Package
Title: Interface for Multiple Data Providers 'EDDS' and 'FRED'
Version: 1.0.5
Date: 2024-04-06
Authors@R: c(
person("Sermet", "Pekin", , "[email protected]", role = c("aut", "cre" , "cph"))
)
Maintainer: Sermet Pekin <[email protected]>
URL: https://github.com/DataRapi/Rapi, https://DataRapi.github.io/Rapi/
BugReports: https://github.com/DataRapi/Rapi/issues
Description: Interface for multiple data sources, such as the
'EDDS' API <https://evds2.tcmb.gov.tr/index.php?/evds/userDocs> of the
Central Bank of the Republic of Türkiye and the
'FRED' API <https://fred.stlouisfed.org/docs/api/fred/> of the Federal Reserve Bank.
Both data providers require API keys for access, which users can easily obtain
by creating accounts on their respective websites.
The package provides caching ability with the selection of periods to increase the
speed and efficiency of requests.
It combines datasets requested from different sources,
helping users when the data has common frequencies.
While combining data frames whenever possible, it also keeps all requested data
available as separate data frames to increase efficiency.
License: MIT + file LICENSE
LinkingTo: Rcpp
Depends:
R (>= 3.4.3),
Rcpp
Imports:
crayon,
digest,
dplyr,
httr,
httr2,
glue,
jsonlite,
lubridate,
magrittr,
purrr,
rlang,
rlist,
stringr,
tibble
Suggests:
writexl ,
devtools,
testthat
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Encoding: UTF-8
Config/testthat/edition: 3