refresh_dataset_in_group: Triggers a refresh for the specified dataset from the...

Description Usage Arguments Value

View source: R/datasets.R

Description

Triggers a refresh for the specified dataset from the specified workspace.In Shared capacities this call is limited to eight times per day (including refreshes executed via Scheduled Refresh)In Premium capacities this call is not limited in number of times per day, but only by the available resources in the capacity, hence if overloaded, the refresh execution may be throttled until the load is reduced. If this throttling exceeds 1 hour, the refresh will fail.Required scope: Dataset.ReadWrite.AllTo set the permissions scope, see Register an app.

Usage

1
2
3
4
5
6
7
refresh_dataset_in_group(
  token,
  datasetId,
  groupId,
  notifyOption,
  output = "value"
)

Arguments

groupId

OK

Value

A 'data.frame' object.


assuncaolfi/pbr documentation built on May 12, 2020, 12:56 a.m.