friendly_class: Generate a human-readable description of an object's class

friendly_classR Documentation

Generate a human-readable description of an object's class

Description

Generate a human-readable description of an object's class

Usage

friendly_class(object)

## S4 method for signature 'ANY'
friendly_class(object)

## S4 method for signature 'character'
friendly_class(object)

## S4 method for signature 'numeric'
friendly_class(object)

## S4 method for signature 'integer'
friendly_class(object)

## S4 method for signature 'logical'
friendly_class(object)

## S4 method for signature 'complex'
friendly_class(object)

## S4 method for signature 'raw'
friendly_class(object)

## S4 method for signature 'factor'
friendly_class(object)

## S4 method for signature 'Date'
friendly_class(object)

## S4 method for signature 'POSIXt'
friendly_class(object)

## S4 method for signature 'Period'
friendly_class(object)

## S4 method for signature 'data.frame'
friendly_class(object)

## S4 method for signature 'tbl_df'
friendly_class(object)

## S4 method for signature 'grouped_df'
friendly_class(object)

## S4 method for signature 'rowwise_df'
friendly_class(object)

## S4 method for signature 'list'
friendly_class(object)

## S4 method for signature 'matrix'
friendly_class(object)

## S4 method for signature 'array'
friendly_class(object)

Arguments

object

An object whose class will be described

Value

A character string of length 1, based on the class and length of object.


rstudio/tblcheck documentation built on March 11, 2023, 5:42 p.m.