chk_slob: Check slob

View source: R/chk.R

chk_slobR Documentation

Check slob

Description

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

Usage

chk_slob(x, x_name = NULL)

Arguments

x

The object to check.

x_name

A string of the name of object x or NULL.

Value

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

See Also

flobr() and chk_slob().

Examples

chk_slob(flobr:::slob_obj)

flobr documentation built on Aug. 25, 2022, 5:05 p.m.