File: spec_tooltip.Rd

package info (click to toggle)
r-cran-kableextra 1.4.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,400 kB
  • sloc: javascript: 579; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 461 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/spec_tools.R
\name{spec_tooltip}
\alias{spec_tooltip}
\title{Setup bootstrap tooltip}
\usage{
spec_tooltip(title, position = "right")
}
\arguments{
\item{title}{text for hovering message}

\item{position}{How the tooltip should be positioned. Possible values are
\code{right}(default), \code{top}, \code{bottom}, \code{left} & \code{auto}.}
}
\description{
Setup bootstrap tooltip
}