HealthCatalyst / healthcareai-r

R tools for healthcare machine learning
https://docs.healthcare.ai
Other
245 stars 106 forks source link

db_write 492 #1266

Open mmastand opened 6 years ago

mmastand commented 6 years ago

Have at it!

Please test connecting and writing to tables. You should be able to specify schemas and not get strange errors or behavior. Docs and error messages should make sense across the board.

mmastand commented 6 years ago

Do you have localhost set up as an alias to your server? Does it make the connection?

taylorlarsen commented 6 years ago

@mmastand i have localhost set up and it makes the connection. I'm able to write data using the old sqlSave approach.

mmastand commented 6 years ago

Does SAM.patient.demograpic exist?

codecov[bot] commented 6 years ago

Codecov Report

Merging #1266 into master will decrease coverage by <.1%. The diff coverage is 66.6%.

@@           Coverage Diff            @@
##           master   #1266     +/-   ##
========================================
- Coverage    95.3%   95.3%   -0.1%     
========================================
  Files          40      40             
  Lines        3125    3128      +3     
========================================
+ Hits         2980    2982      +2     
- Misses        145     146      +1