Skip to content

Commit

Permalink
Merge pull request #38 from OHDSI/reexports
Browse files Browse the repository at this point in the history
add funs to reexport
  • Loading branch information
edward-burn authored Sep 29, 2024
2 parents fa577cf + a758379 commit 01c8a30
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions R/reexports.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
#' @importFrom omopgenerics suppress
#' @export
omopgenerics::suppress

#' @importFrom omopgenerics settings
#' @export
omopgenerics::settings

#' @importFrom omopgenerics bind
#' @export
omopgenerics::bind

#' @importFrom omopgenerics importSummarisedResult
#' @export
omopgenerics::importSummarisedResult

#' @importFrom omopgenerics exportSummarisedResult
#' @export
omopgenerics::exportSummarisedResult

#' @importFrom CodelistGenerator summariseAchillesCodeUse
#' @export
CodelistGenerator::summariseAchillesCodeUse

#' @importFrom CodelistGenerator summariseCohortCodeUse
#' @export
CodelistGenerator::summariseCohortCodeUse

#' @importFrom CodelistGenerator summariseCodeUse
#' @export
CodelistGenerator::summariseCodeUse

#' @importFrom CodelistGenerator summariseOrphanCodes
#' @export
CodelistGenerator::summariseOrphanCodes

0 comments on commit 01c8a30

Please sign in to comment.