updateDashboard: Updates an existing Numetric dashboard (V2)

Description Usage Arguments

View source: R/updateDashboard.R

Description

Updates the name, category, and content of an existing Numetric dashboard.

This function uses the V2 version of the API.

Usage

1
2
updateDashboard(apiKey, dashboardId, name = "None", category = "None",
  content)

Arguments

apiKey

You can find the API key in the settings after logging into Numetric

dashboardId

The id of the dashboard. This can be found by using the getDashboards function, or by navigating to the dashboard and then selecting the string after the last forward slash.

name

The name of the dashboard, in quotes, in Numetric. Defaults to "None".

category

The category, in quotes, of the dashboard. Defaults to "None".

content

JSON formatted string of text. See https://nrl.readme.io/docs for more information.


RonGuymon/numetricAPI documentation built on May 6, 2019, 10:12 a.m.