R/RhpcSerialzie.R

Defines functions Rhpc_unserialize Rhpc_serialize_norealloc Rhpc_serialize_onlysize Rhpc_serialize

Documented in Rhpc_serialize Rhpc_serialize_norealloc Rhpc_serialize_onlysize Rhpc_unserialize

Rhpc_serialize <- function(obj)
{
  .Call("Rhpc_serialize", obj, PACKAGE="Rhpc")
}

Rhpc_serialize_onlysize <- function(obj)
{
  .Call("Rhpc_serialize_onlysize", obj, PACKAGE="Rhpc")
}

Rhpc_serialize_norealloc <- function(obj)
{
  .Call("Rhpc_serialize_norealloc", obj, PACKAGE="Rhpc")
}

Rhpc_unserialize <- function(obj)
{
  .Call("Rhpc_unserialize", obj, PACKAGE="Rhpc")
}

Try the Rhpc package in your browser

Any scripts or data that you put into this service are public.

Rhpc documentation built on Sept. 5, 2021, 5:47 p.m.