R/onAttach.R

Defines functions .onAttach

.onAttach =
function(...)
{
    if(!configInfo$useRexit)
       .C("R_atexit")
}
duncantl/Rtesseract documentation built on March 25, 2022, 5:50 a.m.