Bitcoin Forum

Other => Beginners & Help => Topic started by: Luceat on December 23, 2013, 12:28:26 PM



Title: Visualising Data with R
Post by: Luceat on December 23, 2013, 12:28:26 PM
I'm trying to plot the average price of Bitcoin of the last 3 year with R. I was able to get the data into the console box but I don't know how to select a specific column for plotting a graph. I haven't used R for a long time so I forgot how to do that, I remember how to plot the graph though, so I just need help with selecting the data I need.

read.csv('http://www.quandl.com/api/v1/datasets/BITCOIN/MTGOXUSD.csv?&trim_start=2010-07-17&trim_end=2013-12-13&collapse=monthly&sort_order=desc', colClasses=c('Date'='Date'))


Thanks!


Title: Re: Visualising Data with R
Post by: thatkid1 on July 09, 2018, 12:08:24 PM
Do you have better data set? The one on the post seems like down at the moment.