You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lyt<- basic_table(title="") %>% # if title = " " or nothing in the parenthesis it works fine
split_rows_by("SEX", page_by=TRUE) %>%
analyze("AGE")
tbl<- build_table(lyt, DM)
res<- export_as_pdf(tbl, file="to_d.pdf")
table is:
> tbl
all obs
--------------------------
F
Mean 34.13
M
Mean 34.32
U
Mean NA
UNDIFFERENTIATED
Mean NA
error is:
> res <- export_as_pdf(tbl, file = "to_d.pdf")
Error in wrap_string(xi, max_width) :
is.character(str) && length(str) == 1 is not TRUE
The text was updated successfully, but these errors were encountered:
Melkiades
changed the title
[bug]: wrapping crashes with NA in the table
[bug]: wrapping crashes with what I guess is nothing to wrap ("" or NA or NULL)
Oct 7, 2022
Melkiades
changed the title
[bug]: wrapping crashes with what I guess is nothing to wrap ("" or NA or NULL)
[bug]: wrapping crashes with what I guess is nothing to wrap ("")
Oct 7, 2022
table is:
error is:
The text was updated successfully, but these errors were encountered: