pbi_list_datasets: Get a list of datasets in a workspace

View source: R/list.R

pbi_list_datasetsR 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)

powerbiR documentation built on Aug. 23, 2022, 5:06 p.m.