make_import_call {import}R Documentation

Make an import call object.

Description

The import call constructed by this function can be evaluated with eval to perform the actual import.

Usage

make_import_call(params, exports_only)

Arguments

params

list of parameters to substitute in the call.

exports_only

logical indicating whether only exported objects are allowed.

Value

A call object.


[Package import version 1.1.0 Index]