R packages
Lmetable
A handy package for quickly presenting fixed effects from lme objects in a table with the option to save as a CSV file.
Install in R:
# Install devtools if you haven't already
install.packages("devtools")
# Install the package
devtools::install_github("kaneobrm/lmetable")