8000 GitHub - voltek62/RsparkleR-examples: Some examples for RsparkleR package
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

voltek62/RsparkleR-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RsparkleR-examples

You can find the R package for Sparkler, here : https://github.com/voltek62/RsparkleR

First, install the package :

https://github.com/voltek62/RsparkleR

Github

library(devtools)
install_github("voltek62/RsparkleR")

3 examples

step1_create.R

Create one VM with OVH Public Cloud

step2_crawl.R

Install Sparkler on your Docker, start a crawl, get results and delete instance

step3_analytics.R

Merge your crawl data with GA data

0