R recipe can't load the data

Kylianvn
Level 1
R recipe can't load the data

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. 

0 Kudos
1 Reply
MycolHan
Level 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

 

 

0 Kudos