"R extension : bug in Export Ex Set ?"

flefle Member Posts: 4 Contributor I
edited May 2019 in Help
Hi,
I tried the following :
generate sell data with the RM operator and feed it to "Export Example Set" operator, to try to get some data to use in a R script.

1- is it correct to do so ?
2- when running this workflow, RM just crash to desktop. Seem like an error is not trapped correctlly ?

Regards

Answers

  • landland RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 2,531 Unicorn
    Hi,
    if you want to use the exampleset inside one of your R scripts, just append the exampleset to one of the inputs and assign it to a variable. Then this data is available as a data frame within your script. Exporting is just for testing purpose.


    Greetings,
      Sebastian
Sign In or Register to comment.