File: color_tile.Rd

package info (click to toggle)
r-cran-formattable 0.2.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 420 kB
  • sloc: javascript: 15; sh: 12; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 375 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/formatter.R
\name{color_tile}
\alias{color_tile}
\title{Create a color-tile formatter}
\usage{
color_tile(...)
}
\arguments{
\item{...}{parameters passed to \code{gradient}.}
}
\description{
Create a color-tile formatter
}
\examples{
formattable(mtcars, list(mpg = color_tile("white", "pink")))
}