Description Usage Arguments Value
View source: R/compileFeatures.R
find/replace pattern in all files of specified file type in specified directory. Needed to modify number format when intefacing with GeneMANIA, on French locale machines. Without this step, CacheBuilder throws error with commas.
1 | replacePattern(pattern = ",", target = ".", path = getwd(), fileType = "txt$")
|
pattern |
(char) pattern to find |
target |
(char) pattern to replace |
path |
(char) dir to replace pattern in |
fileType |
(char) pattern for files to replace pattern in |
No value. Files have patterns replaced in place.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.