The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
"R extension : bug in Export Ex Set ?"
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
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