burgle: Copy functions from other packages

Description Usage Arguments Details Value

View source: R/main.R

Description

burgle() provides a way to copy the code of another package's function along with its dependencies.

Usage

1

Arguments

...

functions, must be given in the pkg::fun or pkg:::fun format

Details

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.

Value

returns invisible(NULL) (called for side effects)


moodymudskipper/burglr documentation built on Dec. 21, 2021, 9:02 p.m.