Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion man/collapse-documentation.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Other Statistical \tab\tab Fast euclidean distance computations, (weighted) samp
Data and Global Macros \tab\tab Groningen Growth and Development Centre 10-Sector Database, World Bank World Development dataset, and some global macros containing links to the topical documentation pages (including this page), all exported objects (excluding exported S3 methods and depreciated functions), all generic functions (excluding depreciated), the 2 datasets, depreciated functions, all fast functions, all fast statistical (scalar-valued) functions, and all transformation operators (these are not infix functions but function shortcuts resembling operators in a statistical sense, such as the lag/lead operators \code{L}/\code{F}, both wrapping \code{flag}, see \code{\link{.OPERATOR_FUN}}). \tab\tab \code{\link{GGDC10S}, \link{wlddev}, .COLLAPSE_TOPICS, .COLLAPSE_ALL, .COLLAPSE_GENERIC, .COLLAPSE_DATA, .COLLAPSE_OLD, .FAST_FUN, .FAST_STAT_FUN, .OPERATOR_FUN} \cr \tab\tab\tab\tab \cr \tab\tab\tab\tab \cr


\link[=collapse-options]{Package Options} \tab\tab \code{set_collapse}/\code{get_collapse} can be used to globally set/get the defaults for \code{na.rm}, \code{nthreads} and \code{sort}, etc., arguments found in many functions, and to globally control the namespace with options 'mask' and 'remove': 'mask' can be used to mask base R/dplyr functions by export copies of equivalent \emph{collapse} functions starting with \code{"f"}, removing the leading \code{"f"} (e.g. exporting \code{subset <- fsubset}). 'remove' allows removing arbitrary functions from the exported namespace. \code{options("collapse_unused_arg_action")} sets the action taken by generic statistical functions when unknown arguments are passed to a method. The default is \code{"warning"}. \tab\tab \code{set_collapse}, \code{get_collapse}
\link[=collapse-options]{Package Options} \tab\tab \code{set_collapse}/\code{get_collapse} can be used to globally set/get the defaults for \code{na.rm}, \code{nthreads} and \code{sort}, etc., arguments found in many functions, and to globally control the namespace with options 'mask' and 'remove': 'mask' can be used to mask base R/dplyr functions by export copies of equivalent \emph{collapse} functions starting with \code{"f"}, removing the leading \code{"f"} (e.g. exporting \code{subset <- fsubset}). 'remove' allows removing arbitrary functions from the exported namespace. \code{options("collapse_unused_arg_action")} sets the action taken by generic statistical functions when unknown arguments are passed to a method. The default is \code{"warning"}. \tab\tab \code{set_collapse}, \code{get_collapse} \cr

}
}
Expand Down
Loading