file_replace | R Documentation |
Function to replace patterns in given files.
file_replace(files = NULL, pattern, replacement)
files |
character vector of full paths where pattern to be replaced. |
pattern |
character pattern to replace using 'gsub'. |
replacement |
character to replace pattern with using 'gsub'. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.