git
GitHub
NULL
[[]]
$
@
slot()
dplyr::case_when
try()
suppressWarnings()
suppressMessages()
purrr
map_*()
map2_*()
walk()
imap()
pmap()
reduce()
map_df*()
pluck()
flatten()
NextMethod()
$print()
lubridate::period()
lobstr::ast():
recurse_call()
expr()
exprs()
enexpr()
enexprs()
ensym()
ensyms()
exec()
do.call
source()
...
base::subset()
browser()
recover()
debug()
callr::r()
dump.frames()
Useful to compose functions from left-to-right.
Use of the operators:
S3: |> or %>%
|>
%>%
R6: $
s$push(44)$push(32)$pop() #> [1] 32