Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 297 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 297 Bytes

CriptoDummy

A R package to check the market price of criptocurrencies From API AlphaVantage

More information

https://www.alphavantage.co/documentation/

Installation

if (!require(devtools)) {
    install.packages("devtools")
}
devtools::install_github("Erickcufe/CriptoDummy")