hijack | R Documentation |
Shortcut tool for altering a function
hijack(FUN, ...)
FUN |
An already defined function |
Taken from https://www.r-bloggers.com/hijacking-r-functions-changing-default-arguments/
# Here is an example .median <- hijack(stats::median, na.rm = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.