blob: 0b80071a6309453899e0da3778a1eefc16424244 [file] [log] [blame]
Hao Zhu73cf3732018-05-11 17:50:05 -04001% Generated by roxygen2: do not edit by hand
2% Please edit documentation in R/save_kable.R
3\name{save_kable}
4\alias{save_kable}
5\title{Save kable to files}
6\usage{
Hao Zhu7f8b6842018-10-23 17:41:13 -04007save_kable(x, file, bs_theme = "simplex", self_contained = TRUE, ...)
Hao Zhu73cf3732018-05-11 17:50:05 -04008}
9\arguments{
10\item{x}{A piece of HTML code for tables, usually generated by kable and
11kableExtra}
12
Hao Zhu7f8b6842018-10-23 17:41:13 -040013\item{file}{save to files. If the input table is in HTML and the output file
14ends with \code{.png}, \code{.pdf} and \code{.jpeg}, \code{webshot} will be used to do the
15conversion}
Hao Zhu73cf3732018-05-11 17:50:05 -040016
17\item{bs_theme}{Which Bootstrap theme to use}
18
19\item{self_contained}{Will the files be self-contained?}
Hao Zhu7f8b6842018-10-23 17:41:13 -040020
21\item{...}{Additional variables being passed to \code{webshot::webshot}.`}
Hao Zhu73cf3732018-05-11 17:50:05 -040022}
23\description{
24Save kable to files
25}