Description Usage Arguments Examples
View source: R/comma_to_semicolon.R
Replaces all commas by semicolons in a file and overwrites the file. The function is actually capable of replacing other strings too, but that is not the standard.
1 | comma_to_semicolon(file, pattern = ",", replacement = ";")
|
file |
the file to modify. |
pattern |
the string to replace. |
replacement |
the replacement. |
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.