A class representing a single-table verb
op_single(name, x, dots = list(), args = list())
name
: the name of the operation verb, e.g. "select", "filter"x
: the tbl objectdots
: expressions passed to the operation verb functionargs
: other arguments passed to the operation verb function