Chapter 16 Known Issues
16.2 compose in purrr and flextable
There is a name conflict between the package purrr
and flextable
with the
function named compose
. To resolve this, either you need to add the namespace
in front of the name (flextable::compose
), or you need to use the mk_par()
function, which is simply another name of flextable::compose
.