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 - 4 of 4 found.
[1] < 1 > [1]  Sort:

tbl_dt (Package: dtplyr) : Create a data table tbl.

A data table tbl wraps a local data table.
● Data Source: CranContrib
● Keywords:
● Alias: .datatable.aware, tbl_dt
● 0 images

grouped_dt (Package: dtplyr) : A grouped data table.

The easiest way to create a grouped data table is to call the group_by method on a data table or tbl: this will take care of capturing the unevalated expressions for you.
● Data Source: CranContrib
● Keywords:
● Alias: grouped_dt, is.grouped_dt
● 0 images

join.tbl_dt (Package: dtplyr) : Join data table tbls.

See join for a description of the general purpose of the functions.
● Data Source: CranContrib
● Keywords:
● Alias: anti_join.data.table, full_join.data.table, inner_join.data.table, join.tbl_dt, left_join.data.table, right_join.data.table, semi_join.data.table
● 0 images

src_dt (Package: dtplyr) : A local data table source.

This is mainly useful for testing, since makes it possible to refer to local and remote tables using exactly the same syntax.
● Data Source: CranContrib
● Keywords:
● Alias: src_dt
● 0 images