.substituteStringInFile {abseqR} | R Documentation |
Substitutes the first occurance of 'key' with 'value' in 'filename'
.substituteStringInFile(filename, key, value, fixed = FALSE)
filename |
character type |
key |
character type |
value |
character type |
fixed |
logical type |
None