File: repr_-times-.factor.Rd

package info (click to toggle)
r-cran-repr 0.19.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 324 kB
  • sloc: sh: 10; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 510 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/repr_factor.r
\name{repr_*.factor}
\alias{repr_*.factor}
\alias{repr_html.factor}
\alias{repr_markdown.factor}
\alias{repr_latex.factor}
\title{Representations of factors}
\usage{
\method{repr_html}{factor}(obj, ...)

\method{repr_markdown}{factor}(obj, ...)

\method{repr_latex}{factor}(obj, ...)
}
\arguments{
\item{obj}{The factor to create a representation for}

\item{...}{ignored}
}
\description{
Representations of factors
}