I want to save the generated graph (by ggplot2 or any other package) into editable formate inside the word or ppt. How to do this in R? I have used
install.packages("ReporteRs") install.packages("export") but displaying same message i.e.
Installing package into ‘C:/Users/ACER/Documents/R/win-library/3.6’ (as ‘lib’ is unspecified) Warning in install.packages : package ‘ReporteRs’ is not available (for R version 3.6.1) Installing package into ‘C:/Users/ACER/Documents/R/win-library/3.6’ (as ‘lib’ is unspecified) Warning in install.packages : package ‘export’ is not available (for R version 3.6.1) So is there any updated/smoothly working package?