powered by
Create insight object for new insights
insight_create_request(title, description = NULL, image_url = NULL, embed_url = NULL, markdown_body = NULL, source_link = NULL, data_source_links = NULL)
Insight title
Optional insight description
URL of image representing the insight
URL of content to embed
Markdown text containing the insight
Permalink to source code or platform this insight was generated with
List containing one or more permalinks to the data sources used to generate this insight
Request object of type insight_create_request.
insight_create_request
create_insight
# NOT RUN { request <- dwapi::insight_create_request(title='A title', description = 'A description', image_url = 'https://site.org/image.png', source_link = 'https://site.org/data') # }
Run the code above in your browser using DataLab