Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 8 of 8 found.
[1] < 1 > [1]  Sort:

dataTableAjax (Package: DT) : Register a data object in a shiny session for DataTables

This function stores a data object in a shiny session and returns a URL that returns JSON data based on DataTables Ajax requests. The URL can be used as the url option inside the ajax option of the table. It is basically an implementation of server-side processing of DataTables in R. Filtering, sorting, and pagination are processed through R instead of JavaScript (client-side processing).
● Data Source: CranContrib
● Keywords:
● Alias: dataTableAjax
● 0 images

dataTableOutput (Package: DT) : Helper functions for using DT in Shiny

These two functions are like most fooOutput() and renderFoo() functions in the shiny package. The former is used to create a container for table, and the latter is used in the server logic to render the table.
● Data Source: CranContrib
● Keywords:
● Alias: dataTableOutput, renderDataTable
● 0 images

tableHeader (Package: DT) : Generate a table header or footer from column names

Convenience functions to generate a table header (<thead></thead>) or footer (<tfoot></tfoot>) given the column names. They are basically wrappers of htmltools::tags$th applied to the column names.
● Data Source: CranContrib
● Keywords:
● Alias: tableFooter, tableHeader
● 0 images

copySWF (Package: DT) : Copy the Flash SWF file from the TableTools extension

This is a convenience function to copy the SWF file since the TableTools extension depends on it.
● Data Source: CranContrib
● Keywords:
● Alias: copySWF
● 0 images

DT-imports (Package: DT) : Objects imported from other packages

These objects are imported from other packages. Follow the links to their documentation.
● Data Source: CranContrib
● Keywords:
● Alias: JS, %>%, saveWidget
● 0 images

formatCurrency (Package: DT) : Format table columns

Format numeric columns in a table as currency (formatCurrency()) or percentages (formatPercentage()), or round numbers to a specified number of decimal places (formatRound()). The function formatStyle() applies CSS styles to table cells by column.
● Data Source: CranContrib
● Keywords:
● Alias: formatCurrency, formatDate, formatPercentage, formatRound, formatStyle
● 0 images

styleInterval (Package: DT) : Conditional CSS styles

A few helper functions for the formatStyle() function to calculate CSS styles for table cells based on the cell values. Under the hood, they just generate JavaScript and CSS code from the values specified in R.
● Data Source: CranContrib
● Keywords:
● Alias: styleColorBar, styleEqual, styleInterval
● 0 images

datatable (Package: DT) : Create an HTML table widget using the DataTables library

This function creates an HTML widget to display rectangular data (a matrix or data frame) using the JavaScript library DataTables.
● Data Source: CranContrib
● Keywords:
● Alias: datatable
● 0 images