Re-exporting functions from omopgnerics

Introduction

omopgenerics is a package that is meant to be invisible for the user and it should be only developer focused package. This means that the typical user of the omopverse packages should never need to import directly it. This means that the functions needed to be used by the user they need to be reexported in other packages.

Methods

If a package defined an implementation for a desired method (participants, attrition, settings, …), this function should be reexported there.

CDM reference

If a package has a function to create a cdm_reference object, this package should re-export several functions.

  1. To access the cdm_reference attributes:
  1. To access the cdm_table attributes:
  1. To insert and drop tables using the cdm object:
  1. Helpers to create appropriate cdm tables:

Cohorts

If a package has a function to create a cohort_table object, this package should re-export the following functions:

Summarised result

If a package has a function to create an summarised_result object, this package should re-export the following functions: