Re: [Rpy] An Error in Calling R Function from Python via RPy2
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
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