is_fringe | R Documentation |
test for objects of type "fringe"
is_fringe(x)
x |
object to be coerced or tested |
returns TRUE or FALSE depending on whether its argument is of type fringe or not.
some_df <- fringe(mtcars)
is_fringe(some_df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.