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 - 10 of 96 found.
[1] < 1 2 3 4 5 6 7 8 9 10 > [10]  Sort:

copy_to.src_sql (Package: dplyr) : Copy a local data frame to a sqlite src.

This standard method works for all sql sources.
● Data Source: CranContrib
● Keywords:
● Alias: copy_to.src_sql
● 0 images

tbl (Package: dplyr) : Create a table from a data source

This is a generic method that dispatches based on the first argument.
● Data Source: CranContrib
● Keywords:
● Alias: as.tbl, is.tbl, tbl
● 0 images

group_by_prepare (Package: dplyr) : Prepare for grouping.

Performs standard operations that should happen before individual methods process the data. This includes mutating the tbl to add new grouping columns and updating the groups (based on add)
● Data Source: CranContrib
● Keywords: internal
● Alias: group_by_prepare
● 0 images

group_by (Package: dplyr) : Group a tbl by one or more variables.

Most data operations are useful done on groups defined by variables in the the dataset. The group_by function takes an existing tbl and converts it into a grouped tbl where operations are performed "by group".
● Data Source: CranContrib
● Keywords:
● Alias: group_by, group_by_, regroup
● 0 images

select_helpers (Package: dplyr) : Select helpers

These functions allow you to select variables based on their names.
● Data Source: CranContrib
● Keywords:
● Alias: contains, current_vars, ends_with, everything, matches, num_range, one_of, select_helpers, starts_with
● 0 images

tbl_df (Package: dplyr) : Create a data frame tbl.

Forwards the argument to as_data_frame, see tibble-package for more details.
● Data Source: CranContrib
● Keywords:
● Alias: tbl_df
● 0 images

n (Package: dplyr) : The number of observations in the current group.

This function is implemented special for each data source and can only be used from within summarise, mutate and filter
● Data Source: CranContrib
● Keywords:
● Alias: n
● 0 images

testing (Package: dplyr) : Infrastructure for testing dplyr

Register testing sources, then use test_load to load an existing data frame into each source. To create a new table in each source, use test_frame.
● Data Source: CranContrib
● Keywords: internal
● Alias: test_frame, test_load, test_register_src, testing
● 0 images

nycflights13 (Package: dplyr) : Database versions of the nycflights13 data

These functions cache the data from the nycflights13 database in a local database, for use in examples and vignettes. Indexes are created to making joining tables on natural keys efficient.
● Data Source: CranContrib
● Keywords: internal
● Alias: copy_nycflights13, has_nycflights13, nycflights13, nycflights13_postgres, nycflights13_sqlite
● 0 images

join.tbl_df (Package: dplyr) : Join data frame tbls.

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