search_replace_in_file | R Documentation |
Find string and replace in file
search_replace_in_file(files = c(), find = NULL, replacement = NULL)
files |
vector of files |
find |
find what string, vector of character |
replacement |
replace with what, vector of character, should be equal in length to 'find' |
Function does not return a value but edits files on disk
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.