getRelationship: get all relationship id from vocabulary tables in vocabulary...

View source: R/GetRelationship.R

getRelationshipR Documentation

get all relationship id from vocabulary tables in vocabulary schema.

Description

get all relationship id from vocabulary tables in vocabulary schema.

Usage

getRelationship(
  connection = NULL,
  connectionDetails = NULL,
  vocabularyDatabaseSchema = "vocabulary"
)

Arguments

connection

An object of type connection as created using the connect function in the DatabaseConnector package. Can be left NULL if connectionDetails is provided, in which case a new connection will be opened at the start of the function, and closed when the function finishes.

connectionDetails

An object of type connectionDetails as created using the createConnectionDetails function in the DatabaseConnector package. Can be left NULL if connection is provided.

vocabularyDatabaseSchema

The schema name of containing the vocabulary tables.


OHDSI/ConceptSetDiagnostics documentation built on Feb. 26, 2023, 1:31 a.m.