This web scrapes the historic price tables from CoinMarketCap and provides back a dataframe for the coin provided as an input. This function is a dependency of getCoins and is used as part of a loop to retrieve all crypto currencies.
scraper(attributes, slug, sleep = NULL)
URL generated from listCoins()
Unique identifier required for merging
Duration to sleep to resolve rate limiter
Raw OHLC market data in a dataframe:
Coin url slug
Coin symbol
Coin name
Market date
Market open
Market high
Market low
Market close
Volume 24 hours
USD Market cap