as_aftable | R Documentation |
Functions to check if an object is an aftable, or coerce it if possible.
as_aftable(x)
is_aftable(x)
x |
A data.frame object to coerce. |
as_aftable
returns an object of class aftable if possible.
is_aftable
returns TRUE
if the object has class
aftable, otherwise FALSE
.
as_aftable(demo_df)
is_aftable(demo_aftable)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.