Forum Discussion
Paheli
8 years agoFrequent Visitor
Edit dataset using R visual
Hi! i would like to know if we can edit dataset values by using R visual (and not R script in query) For example : "dataset$values[i]=10" gives"unexpected input" as error
Anonymous
8 years agoNot applicable
Hi Paheli,
According to your screenshots, I found you use '=' to replace '<-', I'm not so sure if character '=' can work as '<-' in r script.
Maybe you can modify it and try again.
Regards,
Xiaoxin Sheng
Paheli
8 years agoFrequent Visitor
Unfortunatley it doesn"t work even with <- or =
- otravers8 years agoCommunity Champion
Try loading your code in R Studio and debug it there, it will be easier and that will rule out Power BI issues.
- Paheli8 years agoFrequent Visitor
actually i us notepad to write my code and i test the code on powerbi because i try to edit a table within powerbi
Anonymous
As a solution i plotted my tables on the R visuals it's a little bit limited because i can't select my data.
thank you for your reply