is_fringe: Fringe data frame

View source: R/fringe.R

is_fringeR Documentation

Fringe data frame

Description

test for objects of type "fringe"

Usage

is_fringe(x)

Arguments

x

object to be coerced or tested

Value

returns TRUE or FALSE depending on whether its argument is of type fringe or not.

Examples

some_df <- fringe(mtcars)
is_fringe(some_df)


jpmarindiaz/homodatum documentation built on May 1, 2023, 7:24 p.m.