pbiTruncateDataset: Truncate a table.

Description Usage Arguments Value Examples

View source: R/pbiTruncateDataset.R

Description

Remove all rows from a table within a dataset. Hint: You can use pbiListAllTables to do this across multiple tables.

Usage

1
pbiTruncateDataset(guid, tableName)

Arguments

guid

A single character string containing a guid.

tableName

A single character string containing an pre-encoded friendly table name.

Value

HTTP response.

Examples

1
## Not run: pbiTruncateDataset(guid = "aasdafds", tableName = "June Sales")

olfrost/poweRbi documentation built on May 6, 2019, 6:05 p.m.