Wednesday, January 25, 2023

Find list of functions a Package in R

 

help(package = "dplyr")

#----------------------------------------------------------------------

Documentation for package ‘dplyr’ version 1.0.10

Help Pages

A B C D E F G I J L M N O P R S T U V W

-- A --

acrossApply a function (or functions) across multiple columns
add_countCount observations by group
add_tallyCount observations by group
all_varsApply predicate to all variables
anti_joinFiltering joins
anti_join.data.frameFiltering joins
any_varsApply predicate to all variables
arrangeArrange rows by column values
auto_copyCopy tables to same source, if necessary

-- B --

band_instrumentsBand membership
band_instruments2Band membership
band_membersBand membership
betweenDo values in a numeric vector fall in specified range?
bindEfficiently bind multiple data frames by row and column
bind_colsEfficiently bind multiple data frames by row and column
bind_rowsEfficiently bind multiple data frames by row and column

No comments:

Post a Comment