knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
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.
If a package defined an implementation for a desired method (participants, attrition, settings, ...), this function should be reexported there.
If a package has a function to create a cdm_reference
object, this package should re-export several functions.
To access the cdm_reference
attributes:
cdmSource()
cdmVersion()
cdmName()
To access the cdm_table
attributes:
tableSource()
tableName()
cdmReference()
To insert and drop tables using the cdm object:
insertTable()
dropTable()
Helpers to create appropriate cdm tables:
omopColumns()
omopTables()
cohortColumns()
cohortTables()
achillesColumns()
achillesTables()
If a package has a function to create a cohort_table
object, this package should re-export the following functions:
settings()
attrition()
cohortCount()
cohortCodelist()
bind()
If a package has a function to create an summarised_result
object, this package should re-export the following functions:
suppress()
bind()
settings()
exportSummarisedResult()
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.