Import dataset R

UserBird
UserBird Dataiker, Alpha Tester Posts: 535 Dataiker
edited July 2024 in Using Dataiku

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

Tagged:

Answers

  • cperdigou
    cperdigou Alpha Tester, Dataiker Alumni Posts: 115 ✭✭✭✭✭✭✭
    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!
  • mlaur
    mlaur Registered Posts: 2 ✭✭✭✭
    I know, but I just would like if it was possible to delete this warning.
Setup Info
    Tags
      Help me…