.substituteStringInFile {abseqR}R Documentation

Substitutes the first occurance of 'key' with 'value' in 'filename'

Description

Substitutes the first occurance of 'key' with 'value' in 'filename'

Usage

.substituteStringInFile(filename, key, value, fixed = FALSE)

Arguments

filename

character type

key

character type

value

character type

fixed

logical type

Value

None


[Package abseqR version 1.11.0 Index]