cover image
Exporting Tables from R using Flextable, Kable and gt

Idiomas disponibles:

< Explorar todos los recursos y colecciones

Descripción

Fechado: junio 2020

Autor: Alex Thomson

This trove is based on an internal seminar given at Stats4SD. The presentation and accompanying code examples present a set of options for generating and exporting lovely tables from R into pdf, html, Word etc. This is for anyone who wishes to begin learning a little bit more about how they can create nicer looking tables within R without copying and pasting information or images. The presentation included explains each of the 3 packages in more detail and considers their relative strengths and weaknesses. This file should be considered as a starting point.The examples focus on 3 packages:FlextableKablegtHow to run Examples;Open any of the Rmd files in RStudio.Run the first chunk to load required libraries.If you get errors, check you have the required libraries installed.Change the working directory to your new local folder (remember that you will need to extract the data from the zip file that is included in this resource, you may need to change some file paths in the RMD files to get them working)Run any of the other chunks to see the sorts of output you can get.If you want to see how all of your tables will appear in html, press the "knit" button in the bar at the top of the markdown file and then press "knit to html"If you want to try knitting the flextable examples into word then you can do one of two thingsRemove the special example which includes images and then this will run just fine; or;Ensure the package "officedown" is installed and loaded. Then add the code&nbsp;output::officedown:rdocx_document&nbsp;to the YAML header at the top of the RMD script. Then you will be able to knit to a rdoxc word document (officedown is used to format word documents from rmakdown, this is just the name of the output type it creates but it will just open a normal document in microsoft word)

Ver/descargar

A continuación se enumeran los distintos elementos del conjunto de recursos. Haga clic en uno para descargar el archivo o vaya al URL externo. Alli podrá descargar el conjunto completo en formato zip.

https://github.com/stats4sd/JuneSeminarTablesfromR

https://github.com/stats4sd/JuneSeminarTablesfromR

VISITAR EL ENLACE

Colecciones que incluyen este recurso

No hay colecciones disponibles para este recurso.

Recursos relacionados

No se han encontrado recursos relacionados.