Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 656 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 656 Bytes

hiveRdata

hiveRdata is an R package to retrieve data from the Hive blockchain.

Hive Analytics

hiveRdata is part of the HiveAnalytics Suite of Applications for analysing data from the Hive Blockchain.

License: GPL-3

Installation & Upgrade Via Devtools

devtools is a package for installing R source pacakges directly from github.

In the R console type the following commands to install install or upgrade the steemRdata package to the latest version.

install.packages("devtools")
library(devtools)
install_github("kharoof/hiveRdata")