Forum Discussion
Tn_Gartn
7 years agoFrequent Visitor
Error in running an R script using sentimentr library in PowerBI
sentimentr_qvr <- read.csv("C:/data/CES.csv") sentimentr_qvr_sentence <-get_sentences(sentimentr_qvr) library(sentimentr) library(lubridate) library(ggplot2) library(dplyr) library(readr) libr...
dedelman_clng
7 years agoCommunity Champion
Check to see if that library/package is supported by PowerBI at this time. See this link for documentation:
https://docs.microsoft.com/en-us/power-bi/service-r-packages-support
Tn_Gartn
7 years agoFrequent Visitor
Looks like sentimentr library/package is not supported by PowerBI at this time.