Learn R Programming

nanonext (version 1.4.0)

zzz: Internal Package Function

Description

Only present for cleaning up after running examples and tests. Do not attempt to run the examples.

Usage

zzz()

Arguments

Examples

Run this code
if (Sys.info()[["sysname"]] == "Linux") {
  rm(list = ls())
  gc()
  .Call(nanonext:::rnng_thread_shutdown)
  Sys.sleep(1L)
  .Call(nanonext:::rnng_fini)
}

Run the code above in your browser using DataLab