Closed skpmuc closed 3 years ago
print(freq(c(1L, 1L, 2L))) fails as data_info$Data.type has length 0
print(freq(c(1L, 1L, 2L)))
Fixed now. Just reinstall using remotes or devtools:
install_github("dcomtois/summarytools")
Pls confirm that all works as expected. Thanks!
Works as expected now. Thanks for the fix!
print(freq(c(1L, 1L, 2L)))
fails as data_info$Data.type has length 0