make_import_call {import} | R Documentation |
The import call constructed by this function can be evaluated with
eval
to perform the actual import.
make_import_call(params, exports_only)
params |
list of parameters to substitute in the call. |
exports_only |
logical indicating whether only exported objects are allowed. |
A call object.