Learn R Programming

flobr (version 0.2.3)

vld_flob: Validate flob Object

Description

Validates a flob() object.

Usage

vld_flob(x, old = FALSE)

Value

A flag indicating whether the object passed the test.

Arguments

x

The object to check.

old

A flag indicating whether old flobs are permitted.

See Also

chk_flob()

Examples

Run this code
vld_flob(flobr::flob_obj)
vld_flob(1)

Run the code above in your browser using DataLab