Learn R Programming

flobr (version 0.2.3)

chk_slob: Check slob

Description

Checks whether an object is a slob (serialized blob).

Usage

chk_slob(x, x_name = NULL)

Value

NULL, invisibly. Called for the side effect of throwing an error if the condition is not met.

Arguments

x

The object to check.

x_name

A string of the name of object x or NULL.

See Also

flobr() and chk_slob().

Examples

Run this code
chk_slob(flobr:::slob_obj)

Run the code above in your browser using DataLab