clone_report_in_group: Clones the specified report from the specified workspace.If...

Description Usage Arguments Value

View source: R/reports.R

Description

Clones the specified report from the specified workspace.If after cloning the report and its dataset reside in two different upgraded workspaces or "My Workspace", a shared dataset will be created in the report's workspace. Reports with live connection will lose the live connection when cloning, and will have a direct binding to the target dataset.Required scope: Content.Create Required permissions: Report - Write permissions. Target dataset (if provided) - Build permissions

Usage

1
2
3
4
5
6
7
8
9
clone_report_in_group(
  token,
  groupId,
  reportId,
  name,
  targetModelId,
  targetWorkspaceId,
  output = "value"
)

Arguments

groupId

OK

Value

A 'data.frame' object.


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