Read PNG Figures into Binary Files
Read PNG Figures into Binary Files
rtf_read_png(file)
file |
A character vector of PNG file paths. |
a list of binary data vector returned by readBin
The contents of this section are shown in PDF user manual only.
## Not run: file <- file.path(tempdir(), "figure1.png") png(file) plot(1:10) dev.off() # Read in PNG file in binary format rtf_read_png(file) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.