Description Usage Arguments Examples
View source: R/pbiAddRowsToTable.R
Assumes that the schema of the data frame matches the table, it will try and insert the rows.
1 | pbiAddRowsToTable(df, guid, tableName, truncate = FALSE)
|
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. |
1 | ## Not run: pbiAddRowsToTable(iris, guid = "abc", tableName = "Iris")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.