replace_word_in_file: Replace Word

View source: R/utils.R

replace_word_in_fileR 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')

normfluodbf documentation built on Sept. 28, 2024, 1:06 a.m.