as_aftable {aftables} | R Documentation |
Coerce To An 'aftable' Object
Description
Functions to check if an object is an aftable, or coerce it if possible.
Usage
as_aftable(x)
is_aftable(x)
Arguments
x |
A data.frame object to coerce. |
Value
as_aftable
returns an object of class aftable if possible.
is_aftable
returns TRUE
if the object has class
aftable, otherwise FALSE
.
Examples
as_aftable(demo_df)
is_aftable(demo_aftable)
[Package aftables version 1.0.2 Index]