opal.symbol_import: Import a tibble as a table in Opal

Description Usage Arguments

Description

Import the tibble identified by the symbol as a table in Opal.

Usage

1
2
3
opal.symbol_import(opal, symbol, project, identifiers = NULL,
  policy = "required", id.name = "id", type = "Participant",
  wait = TRUE)

Arguments

opal

Opal object.

symbol

Name of the R symbol representing a tibble.

project

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.


datashield/opal documentation built on May 14, 2019, 7:53 p.m.