reactable()
fails with labelled data from {haven}
#116
Labels
Milestone
reactable()
fails with labelled data from {haven}
#116
The
reachable()
function fails when it encounters data of typedbl+lbl
(double + labelled) from the {haven} package. This data type sets of a recursive function that ultimately fail with a C stack error message. This can be fixed by scanning files for the data type and replace these with ordinary factors, which is probably closer to what we want.The text was updated successfully, but these errors were encountered: