Learn R Programming

dwapi (version 0.1.3.1)

get_insight: Retrieve an insight.

Description

Retrieve an insight.

Usage

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

Run this code
# NOT RUN {
  dwapi::get_insights(project_owner = "user", project_id = "project_id")
# }

Run the code above in your browser using DataLab