powered by
Update an insight.
update_insight(project_owner, project_id, id, update_insight_req)
ID of project owner
ID of project of which insight is a component
ID of insight to be replaced
Request object of type insight_update_request.
insight_update_request
Object of type success_message.
success_message
# NOT RUN { dwapi::update_insight( project_owner = 'user', project_id = 'project', id = 'insight', insight_update_request(title='My Insight', image_url='https://...')) # }
Run the code above in your browser using DataLab