Closed cloversleaves closed 2 weeks ago
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".
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 othershaven
, but haven't had this issue arise before.Error: Problem with and .
x Some attributes are incompatible.
i The author of the class should implement vctrs methods.
i See https://vctrs.r-lib.org/reference/faq-error-incompatible-attributes.html.
i Input
summarise()
inputskimmed
. x Can't combine..1$numeric.min
..2$numeric.min
skimmed
ispurrr::map2(...)
. i The error occured in group 4: skim_type = "numeric"