Forum Discussion
richard_wylde
6 years agoHelper IV
R Script - change the dataframe at runtime
Hello, When creating an R Script visual these hints appear by default - "The following code to create a dataframe and remove duplicated rows is always executed and acts as a preamble for you...
Greg_Deckler
6 years agoCommunity Champion
richard_wylde - I haven't found a way to do that although it has been a while since I tried. When I last ran into this it was in trying to create a word cloud so removing duplicate values sort of defeats the purpose. I ended up having to export my data to a file and then use the R script to read the data back in. Real pain and I was so disgusted with the process that I pretty much gave up on R visuals as mostly useless quite frankly. Whoever had the idea to remove duplicates by default should be taken into a back alley and given a severe beat down.
- richard_wylde6 years agoHelper IV
Hi Greg_Deckler - not quite the answer I was hoping for but thanks for preventing me wasting any more time on this !