I have a simple data frame that I want to display in the viewer. I succeed by using the gt package but it require a version of R which bother me for the rest of my code.
Anyway, i have this data frame :
that I want in an image format for example, gt package give me this result :
There should be no issue with that.
Just now I downloaded R3.6.1,
If you are on windows it will be important to also install Rtools 35 (although stringi took such a long time for me to compile from source I've opted to download the binary )
I ran the following commands in the console