Skip to content

The codes will enable to copy all image files generated in the R plots to your folder

Notifications You must be signed in to change notification settings

Prabha24/Copy-all-graphs-from-R

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Copy-all-graphs-from-R

The codes will enable to copy all image files generated in the R plots to your folder

plots.R.path <- list.files(tempdir(), pattern="rs-graphics", full.names = TRUE); myplots.path <- list.files(plots.dir.path, pattern=".png", full.names = TRUE)

file.copy(from=plots.R.path, to="myplots.path")

About

The codes will enable to copy all image files generated in the R plots to your folder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published