dplyr-package: dplyr: a grammar of data manipulation

Description Details Package options Package configurations Author(s) See Also

Description

dplyr provides a flexible grammar of data manipulation. It's the next iteration of plyr, focused on tools for working with data frames (hence the d in the name).

Details

It has three main goals:

To learn more about dplyr, start with the vignettes: browseVignettes(package = "dplyr")

Package options

dplyr.show_progress

Should lengthy operations such as do() show a progress bar? Default: TRUE

Package configurations

These can be set on a package-by-package basis, or for the global environment. See pkgconfig::set_config() for usage.

dplyr::na_matches

Should NA values be matched in data frame joins by default? Default: "na" (for compatibility with dplyr v0.5.0 and earlier, subject to change), alternative value: "never" (the default for database backends, see join.tbl_df()).

Author(s)

Maintainer: Hadley Wickham hadley@rstudio.com (0000-0003-4757-117X)

Authors:

Other contributors:

See Also

Useful links:


olascodgreat/samife documentation built on May 13, 2019, 6:11 p.m.