Re: [Rpy] An Error in Calling R Function from Python via RPy2

2011-01-27 Thread Wonsang You
quot;a" "b" "c" >>> open(x[0]) Afterward, I got the following error. RRuntimeError: Error in UseMethod("open") : no applicable method for 'open' applied to an object of class "character" Wonsang 2011/1/27 Wonsang You > Dear RPy

[Rpy] An Error in Calling R Function from Python via RPy2

2011-01-27 Thread Wonsang You
27;]) open(filename) However, I got the following error message. RRuntimeError: Error in UseMethod("open") : no applicable method for 'open' applied to an object of class "character" Can anyone suggest how to solve such an error? T