inst/examples/setLibrary.r

\dontrun{

## Save current options state //
opts_old <- getOption(".rapp")

## Set //
setLibrary(value = tempdir())
getLibrary()

## Clean up //    
on.exit(options(".rapp" = opts_old))

}
rappster/rapp documentation built on May 26, 2019, 11:56 p.m.