R recipe can't load the data

Kylianvn
Kylianvn Registered Posts: 1 ✭✭✭

Somehow the dkuReadDataset() function within the R recipe is currently not working for me. I uploaded the picture to display it. I have a working input file, but the input file does not get recognised.

Answers

  • MycolHan
    MycolHan Registered Posts: 1 ✭✭✭✭

    It looks like you saved the output of dkuReadDataset into the variable open.

    What it should look like is

    open_proef_scored_prepared <- dkuReadDataset("open_proef_scored_prepared")

    open <- open_proef_scored_prepared

Setup Info
    Tags
      Help me…