Expand description
Provide limited protection for multithreaded access to the R API.
Functionsยง
- catch_
r_ error - Wrap an R function such as
Rf_findFunction
and convert errors and panics into results. - single_
threaded - Run
f
while ensuring thatf
runs in a single-threaded manner. - throw_
r_ error