# NOT RUN {
library(odbc)
library(DBI)
health_data <- SangerTools::PopHealthData
df_to_sql(
df = health_data,
driver = "SQL SERVER",
database = "DATABASE",
sql_table_name = "New Table Name",
overwrite = FALSE
)
# }
Run the code above in your browser using DataLab