Hi, Probably yes, but I think this would be more easily handled through the command prompt or some shell. On the command prompt, I would look at "xcopy". xcopy /? will show the arguments available. You will need to do a bit of work to get a list of all the directories to copy your r.css file into, but this is all fairly straightforward in a shell with commands like dir find etc. and then you can pipe it to your copying command.
My 2 cents. Cheers, Josh On Tue, Mar 13, 2012 at 2:52 AM, SNV Krishna <kris...@primps.com.sg> wrote: > Hi All, > > > > I would like to replace default r.css that is found in "C:\Program > Files\R\R-2.14.2\doc\html" and "C:\Program Files\R\R-2.14.2\library\<package > name>\html" with a custom r.css file. I have some 71 packages installed and > want to replace r.css across all packages. > > > > Windows explorer can aggregate the files into a single window based on > search criteria, but couldn't replace them. > > > > Is it possible to do this through R-software? > > > > Thanks in advance for the input and help. > > > > Regards, > > > > S.N.V. Krishna > > > > > > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. -- Joshua Wiley Ph.D. Student, Health Psychology Programmer Analyst II, Statistical Consulting Group University of California, Los Angeles https://joshuawiley.com/ ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.