oncrawlCreateDashboard {oncrawlR}R Documentation

Create a dashboard

Description

Create a dashboard

Usage

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

## Not run: 
oncrawlCreateDashboard(res, "metric.png", 500, ".")

## End(Not run)


[Package oncrawlR version 0.2.0 Index]