Learn R Programming

dwapi (version 0.1.3.1)

replace_insight: Replace an insight.

Description

Replace an insight.

Usage

replace_insight(project_owner, project_id, id, replace_insight_req)

Arguments

project_owner

ID of project owner

project_id

ID of project to which insight is to be added

id

ID of insight to be replaced

replace_insight_req

Request object of type insight_replace_request.

Value

Object of type success_message.

Examples

Run this code
# NOT RUN {
  dwapi::replace_insight(
    project_owner = 'user',
    project_id = 'project',
    id = 'insight',
    insight_replace_request(title='My Insight', image_url='https://...'))
# }

Run the code above in your browser using DataLab