# NOT RUN {
# Retrieving market history for ALL crypto currencies
all_coins <- crypto_history(limit = 1)
# Retrieving this years market history for ALL crypto currencies
all_coins <- crypto_history(start_date = '20180101')
# }
Run the code above in your browser using DataLab