priceR - Economics and Pricing Tools
Functions to aid in micro and macro economic analysis and handling of price and currency data. Includes extraction of relevant inflation and exchange rate data from World Bank API, data cleaning/parsing, and standardisation. Inflation adjustment calculations as found in Principles of Macroeconomics by Gregory Mankiw et al (2014). Current and historical end of day exchange rates for 171 currencies from the European Central Bank Statistical Data Warehouse (2020).
Last updated
data-scienceeconometricseconomicsfinancemodelingr-programmingstatistics
6.43 score 63 stars 144 scripts 597 downloadsnetstat - Retrieve Network Statistics Including Available TCP Ports
R interface for the 'netstat' command line utility used to retrieve and parse commonly used network statistics, including available and in-use transmission control protocol (TCP) ports. Primers offering technical background information on the 'netstat' command line utility are available in the "Linux System Administrator's Manual" by Michael Kerrisk (2014) <https://man7.org/linux/man-pages/man8/netstat.8.html>, and on the Microsoft website (2017) <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/netstat>.
Last updated
r-programmingr-studio
5.75 score 3 stars 2 dependents 312 scripts 706 downloadsdictionaRy - Retrieve the Dictionary Definitions of English Words
An R interface to the 'Free Dictionary API' <https://dictionaryapi.dev/>, <https://github.com/meetDeveloper/freeDictionaryAPI>. Retrieve dictionary definitions for English words, as well as additional information including phonetics, part of speech, origins, audio pronunciation, example usage, synonyms and antonyms, returned in 'tidy' format for ease of use.
Last updated
literaturenatural-language-processingr-language
4.85 score 6 stars 236 scripts 214 downloadsgitGPT - Automated Git Commit Messages using the 'OpenAI' 'GPT' Model
Automates the process of adding, committing, and pushing changes to a 'git' repository using commit messages generated by passing the git diff output to the 'OpenAI' 'GPT-3.5 Turbo' model (<https://platform.openai.com/docs/models/gpt-3>).
Last updated
3.54 score 7 stars 2 scripts 208 downloadsiteratoR - Print Loop Iterations at Exponentially Disparate Intervals
Know which loop iteration the code execution is up to by including a single, convenient function call inside the loop.
Last updated
2.70 score 1 stars 9 scripts 151 downloads