get_insight: Retrieve an insight.

Description Usage Arguments Value Examples

View source: R/get_insight.R

Description

Retrieve an insight.

Usage

1
get_insight(project_owner, project_id, id)

Arguments

project_owner

username of the owner of the project.

project_id

identifier of the project.

id

identifier of the insight

Value

an object of type insight_summary_response.

Examples

1
2
3
4
## Not run: 
  dwapi::get_insights(project_owner = "user", project_id = "project_id")

## End(Not run)

datadotworld/dwapi-r documentation built on July 3, 2021, 3:40 a.m.