Description Usage Arguments Author(s)
View source: R/rename_function.R
Renames a function in a file
1 2 3 4 |
name |
'character' string giving a function name to be renamed |
new_name |
'character' string giving a new name of the function |
language |
'character' string giving a language in which file is written. Currently supported language is R |
calls |
'logical' value. Should the function be renamed in calls? |
defs |
'logical' value. Should the function be renamed in definitions? |
examples |
'logical' value. Should the function be renamed in examples in documentation? |
characters |
'logical' value. Should the function be renamed in literal character vectors? This option do not make difference between the function and other objects! |
comments |
'logical' value. Should function be renamed in comments? This option do not make difference between the function and other objects! |
docs |
'logical' value. Should function be renamed in text in documentation? This option do not make difference between the function and other objects! |
verbosity_level |
'logical' value. Allows changing amount of the information printed in the console. |
idle_mode |
'logical' value. If 'TRUE', changes will not be applied, only information will be printed. |
Dominik Rafacz
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.