#' Supported dataset types.
#' @description Dataset types.
#' @return Character vector.
#' @examples
#' pbiDatasetTypes()
pbiDatasetTypes <- function(){
DefaultModeProperties = c("Push", "Streaming", "PushStreaming")
return(DefaultModeProperties)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.