if (FALSE) {
group_id <- "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
schema <- pbi_schema_create(
dt_list = list(iris),
dataset_name = "The iris dataset",
table_name_list = list(iris)
)
pbi_push_dataset_schema(schema, group_id)
}
Run the code above in your browser using DataLab