rxSerialize: Serialize an R Object to a Raw Vector

View source: R/rxRaw.R

rxSerializeR Documentation

Serialize an R Object to a Raw Vector

Description

Serialize an R Object to a Raw Vector

Usage

rxSerialize(x, type = c("xz", "bzip2", "base"))

Arguments

x

object to serialize

type

serialization type; one of "base", "xz" or "bzip2".

Value

raw vector

Author(s)

Matthew L. Fidler

Examples


rxSerialize(mtcars)

rxRawToC(mtcars)


rxode2 documentation built on July 28, 2026, 5:08 p.m.