Description Usage Arguments Details Value Author(s)
Visualize a dataset in a JS format.
1 |
df |
dataset to make the design |
style |
theme of the datatable |
extra_options |
list of additional options arguments |
convert |
convert a dataset to datatable |
... |
extra arguments in |
This function allows you to transform your dataset into JS format (beautiful design).
The dataset in DT format.
"This function returns two possible results based on convert
parameter:"
If convert = TRUE
transform a formattable to datatable DT format
If convert = FALSE
transform a data.table or a data.fram to datatable (DT format)
Eduardo Trujillo
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.