Apply compute_freqs_facet_wide_at() to data in pairs of facet values.

compute_freqs_facet_by2_at(data = NULL, func = compute_freqs_facet_wide_at,
  xy_grid = NULL, xy_nms = NULL, facet = NULL, ...)

compute_freqs_facet_by2(..., token, facet)

Arguments

data

data.frame. Data to apply a function over.

func

function. Wrapped by do.call().

xy_grid

data.frame. Output from create_xy_grid().

xy_nms

character (vector). Values to use to create a 'grid' of all combinations of values.

facet

character. Name of column in data to use for facetting. It is set to NULL by default in the non-facet function even though it is not necessary. If specified with the non-facet version of the function, then the function acts just like the _facet version.

...

dots. Additional parameters to pass to compute_freqs_facet_wide_at().

token

bare for NSE; character for SE. Name of column in data to use for count.

Value

data.frame.

Details

Calls wrapper_func internally.