Quantcast
Channel: Active questions tagged kable - Stack Overflow
Viewing all articles
Browse latest Browse all 117

Error using as_image() when trying to save a table in R [closed]

$
0
0

I am trying to save a table as an image to later use it in Word but when I use as_image to save it, I get an error.

This is my code:

kbl(table, "latex", booktabs = T) %>%  kable_styling(latex_options =  "scale_down") %>%  as_image('table.png')

And this is the error:

Error: rsession-utf8.exe: UnableToOpenBlob

Viewing all articles
Browse latest Browse all 117

Trending Articles