[R] conversion of data structure between R and Perl

2008-08-27 Thread kevinchang
://www.nabble.com/conversion-of-data-structure-between-R-and-Perl-tp19189221p19189221.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide

Re: [R] conversion of data structure between R and Perl

2008-08-27 Thread Rolf Turner
You need to do: system(perl presentPerformance.pl,intern=TRUE) It does pay to read the help, you know. cheers, Rolf Turner On 28/08/2008, at 8:36 AM, kevinchang wrote: Dear R users, I am trying to call a Perl subroutine from R .