cc_from_list | R Documentation |
The preferred approach is to use cc_from_file
as this is more secure.
cc_from_list(dict_type, options)
dict_type |
Clinical concept dictionary type. Currently supported are NHSReadV2, NHSReadV3, NHSICD10 and NHSSnomedCT |
options |
List of options to use to create a clinical dictionary object Global options (* specifies required options) type - specifies the database management system being used. Currently supported are mysql and sqlite [default]) dbname* - when mysql this specifies the database name; when sqlite specifies the location of the database file user - database user pass - database password host - database host (default localhost) port - database port (default 3306) |
cc_from_file
## Not run: dict<-cc_from_list(list(type="sqlite",dbname=paste0(tempdir(),"/sqlitedb.sqlite"))) #clinical dictionary object then passed to other functions ... ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.