Skip to contents

Check if an R object can be safely serialized to JSON

Usage

can_serialize(x)

Arguments

x

An R object to check

Value

TRUE if the object can be serialized, FALSE otherwise