Import dataset R
UserBird
Dataiker, Alpha Tester Posts: 535 Dataiker
When i upload my database on an R notebook with the command :
library(dataiku)
data=dkuReadDataset("iris"),
it gives me a warning :
"No encoding supplied: defaulting to UTF-8."
And I don't know how to fix it.
Thanks in advance for your help,
Morgane
Answers
-
This message is only a warning, telling you that UTF-8 was used to decode your dataset. It should correctly be loaded into your data variable!
-
I know, but I just would like if it was possible to delete this warning.