"R extension : bug in Export Ex Set ?"
fle
New Altair Community Member
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
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
Tagged:
0
Answers
-
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,
Sebastian0