mimiming avatar

day 1 ) bithum api r

mimiming

Published: 17 Feb 2018 › Updated: 17 Feb 2018day 1 ) bithum api r

day 1 ) bithum api r

Fight for myself to develop machine learning with R

The day first, Call API from Bithumb.
It's on the website but, they don't give enough an explanation.
I have any idea about the computer, Statistics until the month before, so for me as a beginner, it's going to be a tough challenge. Anyway, Let's get to start.

First of all, Find out "proper packages"
After googling how to fetch the API, there were serval results of the packages I could get.
The list for the common results is following:

  • "jsonlite" ; To convert JSON to R
  • "revest" ; scrap the web page
  • "httr"

Sounds like converting or scrapping data( HTML, JSON, XML....?perhaps)

-"ggplot2" ; it's for the graph

R> install.package("jsonlite") #to Download pck ; intall.package("")
R> library(jsonlite) #Adjust after download
R> library(ggplot2)

Leave day 1 ) bithum api r to:

Written by

Read more #r posts


Best Posts From mimiming

We have not curated any of mimiming's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.

More Posts From mimiming