Displaying 1 result from an estimated 1 matches for "findaccuraci".
Did you mean:
findaccuracy
2008 Aug 27
1
conversion of data structure between R and Perl
Dear R users,
I am trying to call a Perl subroutine from R . The subroutine returns an
arrray contaning three elements wihch are all strings. But the calling in R
return an integer which is 0. I have no idea how this could happen. Maybe
becasue I shouldn't use system() in R or I should load a particular package
for my R in windows. Please help ....