Description Usage Arguments Value Examples
View source: R/pbiUpdateTableSchema.R
Requires dataset id and table name and a data.frame. Passes a table schema to the body of the request - uses pbiGenerateTableSchema to dynamically create a table schema off of a data frame, which you can use to give you an idea about what the R object should look like if you want to create a data frame yourself.
1 | pbiUpdateTableSchema(df, guid, tableName)
|
df |
A data frame off of which to build the table schema. It can be empty or contain rows, so long as the types are correct. |
guid |
Dataset id. Use pbiListAllDatasets. |
tableName |
Friendly table name - see pbiListAllTables for help. |
HTTP response object.
1 2 | ## Not run: pbiUpdateTableSchema(iris, guid = "sdjfalj2", tableName = "tName")
pbiGenerateTableSchema(iris)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.