wpa/man/create_dt.Rd

20 строки
622 B
R

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/create_dt.R
\name{create_dt}
\alias{create_dt}
\title{Create interactive tables in HTML with 'download' buttons.}
\usage{
create_dt(x, rounding = 1, freeze = 2)
}
\arguments{
\item{x}{Data frame to be passed through.}
\item{rounding}{Numeric vector to specify the number of decimal points to display}
\item{freeze}{Number of columns from the left to 'freeze'. Defaults to 2,
which includes the row number column.}
}
\description{
See https://martinctc.github.io/blog/vignette-downloadable-tables-in-rmarkdown-with-the-dt-package/ for more.
}