Skip to content

ohdsi-korea/OmopVocabularyKorea

Repository files navigation

OmopVocabularyKorea

한국 OMOP Vocabulary 페이지입니다.

Getting Started

install.packages("devtools")
devtools::install_github("ohdsi/DatabaseConnector")
devtools::install_github("ohdsi/SqlRender")

file_path <- "@path"
source_to_concept_map <- read.csv(file.path(file_path, "source_to_concept_map.csv"))

connectionDetails <- createConnectionDetails(dbms = "DBMS",
                                             server = "localhost",
                                             user = "root",
                                             password = "blah",
                                             schema = "schema")
conn <- connect(connectionDetails)

insertTable(connection = conn,
            tableName = "source_to_concept_map",
            data = source_to_concept_map,
            dropTableIfExists = TRUE,
            createTable = TRUE,
            tempTable = TRUE)

About

한국 OMOP Vocabulary 페이지입니다.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages