Returns a tidy data frame of all active cryptocurrency at coinmarketcap
listing()
A data frame with four columns: id
, name
, symbol
and website_slug
,
The tidy data frame constains meta data about all active cryptocurrency, including (1) all active cryptocurrency´s id, (2) cryptocurrency name, (3) symbol, and the (4) correspondent website slug.
coins <- listing()