## Not run:
# ## The function is currently defined as
# function (.NAME, ..., PACKAGE = "R")
# {
# if (PACKAGE == "R") {
# args1 <- base::list(...)
# base::do.call(.NAME, args1)
# }
# else {
# base::.Call(.NAME, ..., PACKAGE = PACKAGE)
# }
# }
# ## End(Not run)
Run the code above in your browser using DataLab