1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,20 @@ |
1 |
+% Generated by roxygen2: do not edit by hand |
|
2 |
+% Please edit documentation in R/data.R |
|
3 |
+\docType{data} |
|
4 |
+\name{tooltipAnnotation} |
|
5 |
+\alias{tooltipAnnotation} |
|
6 |
+\title{List of tooltip annotations} |
|
7 |
+\format{ |
|
8 |
+A \code{list} object. |
|
9 |
+} |
|
10 |
+\usage{ |
|
11 |
+data(tooltipAnnotation, package="crisprShiny") |
|
12 |
+} |
|
13 |
+\description{ |
|
14 |
+Tooltip messages for crisprShiny app stored in a \code{list} object. |
|
15 |
+} |
|
16 |
+\details{ |
|
17 |
+See code in \code{inst/scripts/generateKrasData.R} for tooltip |
|
18 |
+annotations. |
|
19 |
+} |
|
20 |
+\keyword{datasets} |