repr_*.factor {repr} | R Documentation |
Representations of factors
Description
Representations of factors
Usage
## S3 method for class 'factor'
repr_html(obj, ...)
## S3 method for class 'factor'
repr_markdown(obj, ...)
## S3 method for class 'factor'
repr_latex(obj, ...)
Arguments
obj |
The factor to create a representation for |
... |
ignored |
[Package repr version 1.1.7 Index]