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)
| data | data.frame. Data to apply a function over. |
|---|---|
| func | function. Wrapped by |
| xy_grid | data.frame. Output from |
| xy_nms | character (vector). Values to use to create a 'grid' of all combinations of values. |
| facet | character. Name of column in |
| ... | dots. Additional parameters to pass to |
| token | bare for NSE; character for SE. Name of column in |
data.frame.
Calls wrapper_func internally.