Learn R Programming

oncrawlR (version 0.2.0)

oncrawlCreateDashboard: 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

Examples

Run this code
# NOT RUN {
oncrawlCreateDashboard(res, "metric.png", 500, ".")
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab