code R language
AnastasiiaSolom
Registered Posts: 13 ✭✭✭✭
I am trying to make the code using the R studio now. And I got the question. Is it possible to copy paste the code from R to Dataiku? Or Dataikuusing another way of the packaging that R studio?
Thank you.
Thank you.
Answers
-
Hi,
Mostly you can copy/paste your code. The only part that might differ is how you read data. In RStudio, you might be using "read.csv" whereas in DSS you would use "dkuReadDataset". But all processing code can be exactly the same.