Forum Discussion

ydguzmano's avatar
ydguzmano
Frequent Visitor
6 years ago
Solved

R Script error: Error in DataframeSource(dataset)

@ydguzmano

Hi everyone,

 

i have a error when i run my code whit r in pbi.

 

Any idea

 

 

Error in DataframeSource(dataset) :
all(!is.na(match(c("doc_id", "text"), names(x)))) is not TRUE
Calls: DataframeSource -> stopifnot
Ejecución interrumpida

 

 

 
 

2 Replies

  • v-easonf-msft's avatar
    v-easonf-msft
    Community Support

    Hi , ydguzmano 

    Is this the answer you are looking for ?

    https://stackoverflow.com/questions/47406555/error-faced-while-using-tm-packages-vcorpus-in-r

    The first column must be named "doc_id" and contain a unique string identifier for each document. The second column must be named "text" and contain a "UTF-8" encoded string representing the document's content.

     

    Best Regards,
    Community Support Team _ Eason
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

  • v-easonf-msft's avatar
    v-easonf-msft
    Community Support

    Hi , ydguzmano 


    Could you please tell me whether your problem has been solved?

    If so ,could you please kindly share your resolution so that others having similar concern can find the answer more easily.

     

    Best Regards,
    Community Support Team _ Eason