Dear Claas,<div><br></div><div>Can you confirm that you are getting the data you want out of the EML actor and into the first R actor?  I often configure the EML actor to output data "As Column Vector" when passing to R, as that makes it easy to manipulate in R.  As we can't see your workflow, it's hard to determine exactly where the problem lies.  If you can confirm that you are successfully making your data frame in the first R actor, you should see it being produced on the output port (assuming you named the port the same as your R variable holding the data frame (e.g., "Output").  In any case, if you send along the workflow kar file it will be a lot easier to help.</div>
<div><br></div><div>Matt<br><br><div class="gmail_quote">On Fri, May 18, 2012 at 2:33 AM, sabsirro <span dir="ltr"><<a href="mailto:sabsirro@arcor.de" target="_blank">sabsirro@arcor.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Dear Kepler Users<br>
<br>
<br>
I want to use a R actor to collect several columns of data which come out of<br>
an EMLtoDataset actor. I created 10 input and 1 output port for that R actor.<br>
Within the R actor i create a data frame like:<br>
<br>
Output=as.data.frame(cbind(input1, input2, input3, ... , input10))<br>
<br>
I can access this data frame from within the R actor which tells me that it<br>
gets properly created. Now I want to hand the data frame through the created<br>
output port to a following R actor for further processing of the data frame.<br>
<br>
I connected the Output Port to another R actor where the input port is named<br>
"Input_Variables". Within that actor I just call "Input_Variables" to control<br>
if the transfer was successful. This should show up the data farame but I get<br>
an error which tells me that "Input_Variables" does not exist.<br>
<br>
If I connect a display to the port of the data frame on the first actor<br>
and execute the workflow the display does not open. I think this means that<br>
nothing comes out of this port.<br>
<br>
It would be very nice if someone could help me with that problem.<br>
<br>
Best regards Claas<br>
_______________________________________________<br>
Kepler-users mailing list<br>
<a href="mailto:Kepler-users@kepler-project.org">Kepler-users@kepler-project.org</a><br>
<a href="http://lists.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-users" target="_blank">http://lists.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-users</a><br>
</blockquote></div><br></div>