File: StyleSummary.Rd

package info (click to toggle)
r-cran-diffobj 0.3.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 2,432 kB
  • sloc: ansic: 455; javascript: 96; sh: 32; makefile: 8
file content (26 lines) | stat: -rwxr-xr-x 692 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/styles.R
\docType{class}
\name{StyleSummary-class}
\alias{StyleSummary-class}
\alias{StyleSummary}
\alias{StyleSummaryHtml-class}
\alias{StyleSummaryHtml}
\title{Styling Information for Summaries}
\description{
Styling Information for Summaries
}
\section{Slots}{

\describe{
\item{\code{container}}{function applied to entire summary}

\item{\code{body}}{function applied to everything except the actual map portion of
the summary}

\item{\code{detail}}{function applied to section showing how many deletions /
insertions, etc. occurred}

\item{\code{map}}{function applied to the map portion of the summary}
}}