blob: 0b80071a6309453899e0da3778a1eefc16424244 [file] [log] [blame]
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/save_kable.R
\name{save_kable}
\alias{save_kable}
\title{Save kable to files}
\usage{
save_kable(x, file, bs_theme = "simplex", self_contained = TRUE, ...)
}
\arguments{
\item{x}{A piece of HTML code for tables, usually generated by kable and
kableExtra}
\item{file}{save to files. If the input table is in HTML and the output file
ends with \code{.png}, \code{.pdf} and \code{.jpeg}, \code{webshot} will be used to do the
conversion}
\item{bs_theme}{Which Bootstrap theme to use}
\item{self_contained}{Will the files be self-contained?}
\item{...}{Additional variables being passed to \code{webshot::webshot}.`}
}
\description{
Save kable to files
}