Learn R Programming

powerbiR (version 0.1.0)

pbi_list_datasets: Get a list of datasets in a workspace

Description

Returns the IDs and meta data of all available datasets in the specified Power BI workspace (group ID).

Usage

pbi_list_datasets(group_id)

Value

A data.table / data frame with dataset information.

Arguments

group_id

The Power BI workspace ID.

Examples

Run this code

if (FALSE) {

group_id <- "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"

pbi_list_datasets(group_id)
}

Run the code above in your browser using DataLab