
Last chance! 50% off unlimited learning
Sale ends in
search.replace(infile, outfile, replacements, overwrite = FALSE)
It will replace all occurances of a string with another string. It may do 1 or 2 replacements.
The result is written to a second file.
This is done in C++ so very fast (I hope).