friendly_class | R Documentation |
Generate a human-readable description of an object's class
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)
object |
An object whose class will be described |
A character string of length 1,
based on the class and length of object
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.