TikzDevice for transferring plot files into latex folder directly

install.packages("tikzDevice")
library(tikzDevice)

I am trying to use tikzDevice but it shows error even though it is properly installed and and attached to the library.

Please help me and suggest me if there are other options available for transporting plot files to the latex folder.

What errors are you getting?

When you say "transporting plot files to the latex folder," are you asking how to move a file from one directory to another (or save it to a specific location)?

If so, you might want to look at the here and/or fs packages:


You can also see the base R equivalents of fs functions in the vignette here.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.