Description Usage Arguments Details Value
burgle()
provides a way to copy the code of another package's function
along with its dependencies.
1 |
... |
functions, must be given in the |
The file "R/burgled.R"
is created or updated with the definition of the
copied objects.
When copying S3 generics all S3 methods will be copied as well.
The copy of functions calling C, C++ or Fortran, in their own body or through their unimported dependencies is not supported.
The README shows examples.
returns invisible(NULL)
(called for side effects)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.