oncrawlCreateDashboard: Create a dashboard

Description Usage Arguments Value Author(s) Examples

View source: R/utils-dataviz.R

Description

Create a dashboard

Usage

1
oncrawlCreateDashboard(dataset, namefile, width, pathfile = tempdir())

Arguments

dataset

Dataset with 3 columns : date, unique name of metric, value

namefile

Filename for the export

width

Width of your picture

pathfile

string. Optional. If not specified, the intermediate files are created under TEMPDIR, with the assumption that directory is granted for written permission.

Value

a graph

Author(s)

Vincent Terrasi

Examples

1
2
3
4
## Not run: 
oncrawlCreateDashboard(res, "metric.png", 500, ".")

## End(Not run)

oncrawlR documentation built on Jan. 31, 2020, 5:09 p.m.