Export Nicely-Formatted Data Frame in R (2 Examples) | Print Table or Matrix as PDF or txt File

preview_player
Показать описание
R code of this video:

x2 = LETTERS[1:5],
x3 = 3,
x4 = c("Hello", "What's up", "AAA", "x", "Y"))

library("gridExtra")

library("stargazer")

stargazer(data, # Export txt
summary = FALSE,
type = "text",

Follow me on Social Media:
Рекомендации по теме
Комментарии
Автор

Good work! Most useful these tutorials.

macanbhaird
Автор

Awesome! Thank you!
Wonder what function would be be to be used within a rmarkdown

ahmedJaber
Автор

Helloooo
how can i change the size of the entire table?

sofiapontigo
Автор

Thank you for this great video, i have q what about if i need safe plot as PDF file

ahmedal-mammari
Автор

Hello, How can I export multiple dataframes in different pages in pdf

gauravdeep
Автор

I mean yes, but how do I save all the tables in one PDF without them being stuck together? Like nicely laid out...

nakitacally