Description Usage Arguments Value Examples
View source: R/replace_insight.R
Replace an insight.
1 | replace_insight(project_owner, project_id, id, replace_insight_req)
|
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 |
Object of type success_message
.
1 2 3 4 5 6 7 8 | ## Not run:
dwapi::replace_insight(
project_owner = 'user',
project_id = 'project',
id = 'insight',
insight_replace_request(title='My Insight', image_url='https://...'))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.