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
"Execute Script (R) output data importing bug?"
tennenrishin
Member Posts: 177 Contributor II
The process
even though the (only) attribute is named. This only seems to happen if all data in some attribute is NA.
<?xml version="1.0" encoding="UTF-8" standalone="no"?>results in the error: "In order to import an R Data Frame as example set the data frame must provide attribute names."
<process version="5.3.008">
<context>
<input/>
<output/>
<macros/>
</context>
<operator activated="true" class="process" compatibility="5.3.008" expanded="true" name="Process">
<process expanded="true">
<operator activated="true" class="r:execute_script_r" compatibility="5.3.000" expanded="true" height="76" name="Execute Script (R)" width="90" x="179" y="120">
<parameter key="script" value=" output <- data.frame(att1=c(NA,NA)) print(names(output))"/>
<enumeration key="inputs"/>
<list key="results">
<parameter key="output" value="Data Table"/>
</list>
</operator>
<connect from_op="Execute Script (R)" from_port="output 1" to_port="result 1"/>
<portSpacing port="source_input 1" spacing="0"/>
<portSpacing port="sink_result 1" spacing="0"/>
<portSpacing port="sink_result 2" spacing="0"/>
</process>
</operator>
</process>
even though the (only) attribute is named. This only seems to happen if all data in some attribute is NA.
Tagged:
0