Applying an R script, how can I access the input data set?

KjellK
KjellK Registered Posts: 15 ✭✭✭✭
I am a bit confused by how R scripts are integrated into the overall flow. Since I connect an R script to a particular data set, it would appear natural that I should not need to name this explicitly (like "standard input" in other languages). However, to get my data into a dataframe, it seems I need to explictly read the data with "dkuReadDataset", and name the dataset (whcih means I have to edit the script if I wan to apply it to another dataset). Do I miss something?
Tagged:

Answers

Setup Info
    Tags
      Help me…