Open kinto-b opened 4 years ago
Trying to get this working is making me question the implementation of set_table
...
It's possible to do this, but makes for a bit of convolution
Should implement a spec_col_binomial
as well
devtools::check()
complains about the way that spec_col_freq is implemented.
May need to rethink this approach
checking R code for possible problems ... NOTE
spec_col_freq : <anonymous>: no visible binding for global variable
'.data'
Undefined global functions or variables:
.data
Need to go back to the drawing board on this, I think. The implementation of spec_col_freq
leaves a lot to be desired...
We want to be able to generate a crosstab easily in the following way (taken from Danny's comment on #2):