pbiAddRowsToTable: Add rows to a table.

Description Usage Arguments Examples

View source: R/pbiAddRowsToTable.R

Description

Assumes that the schema of the data frame matches the table, it will try and insert the rows.

Usage

1
pbiAddRowsToTable(df, guid, tableName, truncate = FALSE)

Arguments

df

The data frame you want to insert.

guid

Dataset Id.

tableName

The friendly name of the table. The URL will be encoded.

truncate

When TRUE, calls pbiTruncateDataset to clean the table before loading.

Examples

1
## Not run: pbiAddRowsToTable(iris, guid = "abc", tableName = "Iris")

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