Quantcast
Channel: Desktop topics
Viewing all articles
Browse latest Browse all 217451

R error

$
0
0

The following error appears when running R script in powerbi but not in RStudio, please help.

My R version is 3.3.1

 

DataSource.Error: ADO.NET: R script error.

Attaching package: 'dplyr'

The following objects are masked from 'package:stats':

filter, lag

The following objects are masked from 'package:base':

intersect, setdiff, setequal, union

Error in check_input(x) :
Input must be a character vector of any length or a list of character
vectors, each of which has a length of 1.
Calls: %>% ... unnest_tokens -> unnest_tokens_ -> tokenfunc -> tf -> check_input
Execution halted

Details:
DataSourceKind=R
DataSourcePath=R
Message=R script error.

Attaching package: 'dplyr'

The following objects are masked from 'package:stats':

filter, lag

The following objects are masked from 'package:base':

intersect, setdiff, setequal, union

Error in check_input(x) :
Input must be a character vector of any length or a list of character
vectors, each of which has a length of 1.
Calls: %>% ... unnest_tokens -> unnest_tokens_ -> tokenfunc -> tf -> check_input
Execution halted

ErrorCode=-2147467259
ExceptionType=Microsoft.PowerBI.Radio.RScriptRuntimeException


Viewing all articles
Browse latest Browse all 217451

Trending Articles