Closed xiaoyingpu closed 4 years ago
Use rlang::is_integerish() to decide if a variable is categorical; just change the line below, and add tests for this
rlang::is_integerish()
https://github.com/MUCollective/pgog/blob/841f0d53d4d102d6960c435e499d9f1173106c02/R/stat-bloc.R#L73
Use
rlang::is_integerish()
to decide if a variable is categorical; just change the line below, and add tests for thishttps://github.com/MUCollective/pgog/blob/841f0d53d4d102d6960c435e499d9f1173106c02/R/stat-bloc.R#L73