repr_*.vector | R Documentation |
Representations of vectors
## S3 method for class 'logical'
repr_html(obj, ..., items = getOption("repr.vector.max.items"))
## S3 method for class 'integer'
repr_html(obj, ..., items = getOption("repr.vector.max.items"))
## S3 method for class 'complex'
repr_html(obj, ..., items = getOption("repr.vector.max.items"))
## S3 method for class 'numeric'
repr_html(obj, ..., items = getOption("repr.vector.max.items"))
## S3 method for class 'character'
repr_html(obj, ..., items = getOption("repr.vector.max.items"))
## S3 method for class 'Date'
repr_html(obj, ..., items = getOption("repr.vector.max.items"))
## S3 method for class 'logical'
repr_markdown(obj, ..., items = getOption("repr.vector.max.items"))
## S3 method for class 'integer'
repr_markdown(obj, ..., items = getOption("repr.vector.max.items"))
## S3 method for class 'complex'
repr_markdown(obj, ..., items = getOption("repr.vector.max.items"))
## S3 method for class 'numeric'
repr_markdown(obj, ..., items = getOption("repr.vector.max.items"))
## S3 method for class 'character'
repr_markdown(obj, ..., items = getOption("repr.vector.max.items"))
## S3 method for class 'Date'
repr_markdown(obj, ..., items = getOption("repr.vector.max.items"))
## S3 method for class 'logical'
repr_latex(obj, ..., items = getOption("repr.vector.max.items"))
## S3 method for class 'integer'
repr_latex(obj, ..., items = getOption("repr.vector.max.items"))
## S3 method for class 'complex'
repr_latex(obj, ..., items = getOption("repr.vector.max.items"))
## S3 method for class 'numeric'
repr_latex(obj, ..., items = getOption("repr.vector.max.items"))
## S3 method for class 'character'
repr_latex(obj, ..., items = getOption("repr.vector.max.items"))
## S3 method for class 'Date'
repr_latex(obj, ..., items = getOption("repr.vector.max.items"))
obj |
The vector to create a representation for |
... |
ignored |
items |
The maximum number of items displayed. The default is given by the option |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.