1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/as.datatable.R
\name{as.datatable}
\alias{as.datatable}
\title{Generic function to create an htmlwidget}
\usage{
as.datatable(x, ...)
}
\arguments{
\item{x}{an object.}
\item{...}{arguments to be passed to \code{\link[DT]{datatable}}}
}
\value{
a \code{\link[DT]{datatable}} object
}
\description{
This function is a generic function to create an \code{htmlwidget}
to allow HTML/JS from R in multiple contexts.
}
|