Learn R Programming

repr (version 0.6)

repr_*.vector: Representations of vectors

Description

Representations of vectors

Usage

## S3 method for class 'logical':
repr_html(obj, ...)

## S3 method for class 'integer': repr_html(obj, ...)

## S3 method for class 'complex': repr_html(obj, ...)

## S3 method for class 'numeric': repr_html(obj, ...)

## S3 method for class 'factor': repr_html(obj, ...)

## S3 method for class 'character': repr_html(obj, ...)

## S3 method for class 'logical': repr_markdown(obj, ...)

## S3 method for class 'integer': repr_markdown(obj, ...)

## S3 method for class 'complex': repr_markdown(obj, ...)

## S3 method for class 'numeric': repr_markdown(obj, ...)

## S3 method for class 'factor': repr_markdown(obj, ...)

## S3 method for class 'character': repr_markdown(obj, ...)

## S3 method for class 'logical': repr_latex(obj, ...)

## S3 method for class 'integer': repr_latex(obj, ...)

## S3 method for class 'complex': repr_latex(obj, ...)

## S3 method for class 'numeric': repr_latex(obj, ...)

## S3 method for class 'factor': repr_latex(obj, ...)

## S3 method for class 'character': repr_latex(obj, ...)

Arguments

obj
The vector to create a representation for
...
ignored