Closed fmmattioni closed 5 years ago
Thank you for reporting this issue. I just solved this in https://github.com/guido-s/meta/commit/c6a9bf6cf873cba1c77983f0d036cfdc99a6c046 by using as.character(x$byvar)
instead of x$byvar
to generate the matrix with study information in print.meta()
.
Issue solved.
If I have a grouping column that is a
factor()
the print method prints the group levels instead of the group labels (see thegroup
column at the very beginning of the output below). Is there an option to change it?reprex:
Created on 2019-10-01 by the reprex package (v0.3.0)