bfatemi / sqlsauce

Utility functions built on top of the package RODBC to facilitate an efficient SQL + R workflow
Other
0 stars 0 forks source link

Tracing connection objects. What possible states can connection objects take? #4

Open bfatemi opened 8 years ago

bfatemi commented 8 years ago

Q: When would a connection be Active and Closed? Q: Can connections even be reopened?

Investigate and do the following:

  1. Document connection object attributes, the states that the object can be in, and the actions that can be taken with them (open, closed, etc.)
  2. Write unit tests for testing connection object attributes/states/actions.
  3. Create vignette examples based on unit tests or normal workflow