replace_word_in_file {normfluodbf} | R Documentation |
Replace Word
Description
Replace Word
Usage
replace_word_in_file(file_path, old_word, new_word)
Arguments
file_path |
path |
old_word |
old func name |
new_word |
new func name |
Value
file
Note
Solves the inconvenient problem of renaming a function correctly and having to manually correct it.
Examples
## Not run: replace_word_in_file('R/plate_plot.R','plot_fluostar_style', 'plot_in_well')
[Package normfluodbf version 2.0.0 Index]