Learn R Programming

safetyGraphics (version 1.1.0)

chartsMetadata: Charts Metadata

Description

Metadata about the charts available in the shiny app

Usage

chartsMetadata

Arguments

Format

A data frame with 29 rows and 7 columns

chart

Name of the chart - one word, all lower case

label

Nicely formatted name of the chart

description

Description of the chart

repo_url

Homepage for chart's code repository (if any)

settings_url

Homepage for chart's settings documentation

main

Name of the main function used to initialize the app. The function must accept "location" and "settings" parameters (in that order) and have an .init() method, expecting a json data array.

type

type of chart (e.g. 'htmlwidget')

maxWidth

max width for the widget in pixels