codebook
codebook copied to clipboard
codebook_table(df) error?
Great, package. Thank you
Get this error now and not sure what it could mean while using codebook_table(df).
There are some attributes named using Hmisc
and others haven
, but haven't had this issue arise before.
Error: Problem with summarise()
input skimmed
.
x Can't combine ..1$numeric.min
..2$numeric.min
skimmed
is purrr::map2(...)
.
i The error occured in group 4: skim_type = "numeric"
hi can you check if you get this error when calling skimr::skim_to_wide
on your data? if so, the error isn't in codebook_table
but in skimr.
Hi Ruben, thank you I think it is coming from skimr then > skimr::skim_to_wide(data)
Error: Problem with summarise()
input skimmed
.
x Problem with summarise()
input ~!@#$%^&*()-+haven_labelled.sd
.
x Can't convert <labelled~!@#$%^&*()-+haven_labelled.sd
is (structure(function (..., .x = ..1, .y = ..2, . = ..1) ...
.
i Input skimmed
is purrr::map2(...)
.
i The error occured in group 3: skim_type = "haven_labelled".