search for: null_id

Displaying 1 result from an estimated 1 matches for "null_id".

Did you mean: nul_id
2009 Jun 18
1
R_parseVector and syntax error [was: error messages while parsing with rniParse]
...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 ), 0 ) ; >> >> I guess the underlying question is : "Is R_ParseErrorMsg exposed to >> JRI". > > AFAICT R_ParseErrorMsg and friends are not exposed by the R API - they > are not accessible outside, so they cannot be...