update_refresh_schedule_in_group: Updates the refresh schedule for the specified dataset from...

Description Usage Arguments Value

View source: R/datasets.R

Description

Updates the refresh schedule for the specified dataset from the specified workspace.This operation is only supported for the dataset owner.A request that disables the refresh schedule should contain no other changes.The days array should not be set to empty array.The times may be set to empty array (in which case Power BI will use a default single time per day).The limit on number of time slots per day depends on the type of capacity used (Premium or Shared), see What is Microsoft Power BI Premium.Required scope: Dataset.ReadWrite.All

Usage

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

Arguments

groupId

OK

Value

A 'data.frame' object.


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