R/misc.R
search_replace_in_file.Rd
Find string and replace in file
search_replace_in_file(files = c(), find = NULL, replacement = NULL)
vector of files
find what string, vector of character
replace with what, vector of character, should be equal in length to find
find
Function does not return a value but edits files on disk