Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

lazy_ops

Lazy operations


Description

This set of S3 classes describe the action of dplyr verbs. These are currently used for SQL sources to separate the description of operations in R from their computation in SQL. This API is very new so is likely to evolve in the future.

Usage

op_base(x, vars, class = character())

op_single(name, x, dots = list(), args = list())

add_op_single(name, .data, dots = list(), args = list())

op_double(name, x, y, args = list())

op_grps(op)

op_vars(op)

op_sort(op)

op_frame(op)

Details

op_vars() and op_grps() compute the variables and groups from a sequence of lazy operations. op_sort() and op_frame() tracks the order and frame for use in window functions.


dbplyr

A 'dplyr' Back End for Databases

v2.1.1
MIT + file LICENSE
Authors
Hadley Wickham [aut, cre], Maximilian Girlich [aut], Edgar Ruiz [aut], RStudio [cph, fnd]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.