Package: Rapi 1.0.5
Rapi: Interface for Multiple Data Providers 'EDDS' and 'FRED'
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.
Authors:
Rapi_1.0.5.tar.gz
Rapi_1.0.5.zip(r-4.5)Rapi_1.0.5.zip(r-4.4)Rapi_1.0.5.zip(r-4.3)
Rapi_1.0.5.tgz(r-4.4-x86_64)Rapi_1.0.5.tgz(r-4.4-arm64)Rapi_1.0.5.tgz(r-4.3-x86_64)Rapi_1.0.5.tgz(r-4.3-arm64)
Rapi_1.0.5.tar.gz(r-4.5-noble)Rapi_1.0.5.tar.gz(r-4.4-noble)
Rapi_1.0.5.tgz(r-4.4-emscripten)Rapi_1.0.5.tgz(r-4.3-emscripten)
Rapi.pdf |Rapi.html✨
Rapi/json (API)
NEWS
# Install 'Rapi' in R: |
install.packages('Rapi', repos = c('https://datarapi.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/datarapi/rapi/issues
Last updated 5 months agofrom:58eba58d61. Checks:OK: 9. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 13 2024 |
R-4.5-win-x86_64 | OK | Nov 13 2024 |
R-4.5-linux-x86_64 | OK | Nov 13 2024 |
R-4.4-win-x86_64 | OK | Nov 13 2024 |
R-4.4-mac-x86_64 | OK | Nov 13 2024 |
R-4.4-mac-aarch64 | OK | Nov 13 2024 |
R-4.3-win-x86_64 | OK | Nov 13 2024 |
R-4.3-mac-x86_64 | OK | Nov 13 2024 |
R-4.3-mac-aarch64 | OK | Nov 13 2024 |
Exports:%inn%change_cache_folderexcelget_seriesinnlag_dflag_df2remove_columnsremove_na_safeset_api_keytemplate_testverbose_offverbose_on
Dependencies:askpassclicpp11crayoncurldata.tabledigestdplyrfansigenericsgluehttrhttr2jsonlitelifecyclelubridatemagrittrmimeopensslpillarpkgconfigpurrrR6rappdirsRcpprlangrliststringistringrsystibbletidyselecttimechangeutf8vctrswithrXMLyaml
Readme and manuals
Help Manual
Help page | Topics |
---|---|
%inn% | %inn% |
Sets the cache folder or changes it if it was already set to save caches. | change_cache_folder |
Creates an excel file from a data.frame or a list of data.frame or from Rapi_GETPREP object. | excel |
Requests data from multiple data sources. | get_series |
inn | inn |
lag_df | lag_df |
lag_df2 | lag_df2 |
print.Rapi_GETPREP Generic method for S3 Rapi_GETPREP object | print.Rapi_GETPREP |
Remove a column or columns from a data.frame. | remove_columns |
remove_na_safe | remove_na_safe |
set_api_key | set_api_key |
template_test creates a string template for testing and example purposes | template_test |
Turn Off Verbose Mode | verbose_off |
Turn On Verbose Mode | verbose_on |