is_personfiles: Check if the class of the input is 'personfiles'.

Description Usage Arguments Value Examples

View source: R/is_personfiles.R

Description

This function checks if object is of class personfiles.

Usage

1

Arguments

object

Any R object.

Value

A boolean, the answer to the question if object is of class personfiles.

Examples

1
2
3
4
5
6
### A valid object.
folder <- list()
class(folder) <- "personfiles"
is_personfiles(folder)
### An invalid object.
is_personfiles(list())

loelschlaeger/personfiles documentation built on Dec. 21, 2021, 11:45 a.m.