Hao Zhu | 501fb45 | 2017-07-05 14:37:13 -0400 | [diff] [blame^] | 1 | % Generated by roxygen2: do not edit by hand |
| 2 | % Please edit documentation in R/scroll_box.R |
| 3 | \name{scroll_box} |
| 4 | \alias{scroll_box} |
| 5 | \title{Put a HTML table into a scrollable box} |
| 6 | \usage{ |
| 7 | scroll_box(kable_input, height = NULL, width = NULL) |
| 8 | } |
| 9 | \arguments{ |
| 10 | \item{kable_input}{A HTML kable object} |
| 11 | |
| 12 | \item{height}{A character string indicating the height of the box, e.g. "50px"} |
| 13 | |
| 14 | \item{width}{A character string indicating the width of the box, e.g. "100px"} |
| 15 | } |
| 16 | \description{ |
| 17 | This function will put a HTML kable object in a fixed-height, |
| 18 | fixed-width or both box and make it scrollable. |
| 19 | } |