generate_html: Generates a static html dashboard from GitHub stats and CRAN...

Description Usage Arguments Examples

View source: R/jumpin.R

Description

Generates a static html dashboard from GitHub stats and CRAN downloads

Usage

1
generate_html(out, path = "/tmp", browse = TRUE)

Arguments

out

A list object generated by github_stats()

path

Folder where you need the dashboard rendered

browse

= TRUE Automatically open index.html in the default browser. Set to FALSE to disable.

Examples

1
2
3
4
## Not run: 
generate_html(results)

## End(Not run)

ropensci/dashboard documentation built on May 27, 2019, 2:25 p.m.