pbi_list_datasets {powerbiR}R Documentation

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)

Arguments

group_id

The Power BI workspace ID.

Value

A data.table / data frame with dataset information.

Examples


## Not run: 

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

pbi_list_datasets(group_id)

## End(Not run)

[Package powerbiR version 0.1.0 Index]