Displaying 1 result from an estimated 1 matches for "rniparse".
Did you mean:
iniparse
2009 Jun 18
1
R_parseVector and syntax error [was: error messages while parsing with rniParse]
...char*
argument that would bring back the error message if there is an error?
Romain
Simon Urbanek wrote:
> On Jun 15, 2009, at 12:05 , Romain Francois wrote:
>
>> Hello,
>>
>> In JRI, is there a way to get the error message that is generated by the
>> parser through rniParse
>> For example, if I have this :
>>
>> long y = re.rniParse( "rnorm( 10 ))", 1 ) ;
>>
>> this obviously generates a parse error, so y will be the same as
>> (R_NilValue) :
>>
>> long null_id = re.rniEval( re.rniParse( "NULL", 1 ),...