Import a tibble identified by the symbol as a table in Opal. This operation creates an importation task
in Opal that can be followed (see tasks related functions).
Name of the project into which the data are to be imported.
identifiers
Name of the identifiers mapping to use when assigning entities to Opal.
policy
Identifiers policy: 'required' (each identifiers must be mapped prior importation (default)), 'ignore' (ignore unknown identifiers) and 'generate' (generate a system identifier for each unknown identifier).
id.name
The name of the column representing the entity identifiers. Default is 'id'.
type
Entity type (what the data are about). Default is 'Participant'.
wait
Wait for import task completion. Default is TRUE.
See Also
Other symbol functions:
opal.rm(),
opal.symbol_rm(),
opal.symbol_save(),
opal.symbols()