s-u / RJDBC

R interface to databases using JDBC
Other
52 stars 47 forks source link

Can there be a better documentation/vignettes, etc #81

Open ponnet opened 4 years ago

ponnet commented 4 years ago

Really, there is very limited information provided...

Thanks!

long-do commented 3 years ago

Hello @s-u, I agree with @ponnet that no much documentation about package use cases. Could you update it please? Thank you very much.

s-u commented 3 years ago

Well, RJDBC is just implementing methods of the DBI package which defines the actual interface, so see DBI on CRAN for vignettes and documentation.

Unfortunately, the setup of DBI is using S4 which makes it very hard to document just additional features in the methods. The only part not covered by that DBI itself is the JDBC() function which is documented in the package.

I would be more than happy to accept PRs with suggestions how to improve the documentation if anyone is willing to take it on.