|
18 | 18 | #' |
19 | 19 | #' @param con A DBI database connection to a database where an OMOP CDM v5.4 or |
20 | 20 | #' v5.3 instance is located. |
21 | | -#' @param cdmSchema The schema where the OMOP CDM tables are located. Defaults |
| 21 | +#' @param cdmSchema,cdm_schema The schema where the OMOP CDM tables are located. Defaults |
22 | 22 | #' to NULL. |
23 | | -#' @param writeSchema An optional schema in the CDM database that the user has |
| 23 | +#' @param writeSchema,write_schema An optional schema in the CDM database that the user has |
24 | 24 | #' write access to. |
25 | | -#' @param cohortTables A character vector listing the cohort table names to be |
| 25 | +#' @param cohortTables,cohort_tables A character vector listing the cohort table names to be |
26 | 26 | #' included in the CDM object. |
27 | | -#' @param cdmVersion The version of the OMOP CDM. Cam be "5.3", "5.4", or NULL (default). |
| 27 | +#' @param cdmVersion,cdm_version The version of the OMOP CDM. Cam be "5.3", "5.4", or NULL (default). |
28 | 28 | #' If NULL we will attempt to automatically determine the cdm version using |
29 | 29 | #' the cdm_source table and heuristics. |
30 | | -#' @param cdmName The name of the CDM. If NULL (default) the cdm_source_name |
| 30 | +#' @param cdmName,cdm_name The name of the CDM. If NULL (default) the cdm_source_name |
31 | 31 | #'. field in the CDM_SOURCE table will be used. |
32 | | -#' @param achillesSchema An optional schema in the CDM database |
| 32 | +#' @param achillesSchema,achilles_schema An optional schema in the CDM database |
33 | 33 | #' that contains achilles tables. |
34 | | -#' @param .softValidation Normally the observation period table should not |
| 34 | +#' @param .softValidation,.soft_validation Normally the observation period table should not |
35 | 35 | #' have overlapping observation periods for a single person. If `.softValidation` is `TRUE` the |
36 | 36 | #' validation check that looks for overlapping observation periods will be skipped. |
37 | 37 | #' Other analytic packages may break or produce incorrect results if `softValidation` is `TRUE` and |
38 | 38 | #' the observation period table contains overlapping observation periods. |
39 | 39 | #' |
40 | | -#' @param writePrefix A prefix that will be added to all tables created in the write_schema. This |
| 40 | +#' @param writePrefix,write_prefix A prefix that will be added to all tables created in the write_schema. This |
41 | 41 | #' can be used to create namespace in your database write_schema for your tables. |
42 | 42 | #' |
43 | 43 | #' @return A list of dplyr database table references pointing to CDM tables |
|
0 commit comments