View source: R/connect_watina.R
connect_watina | R Documentation |
Returns a connection to the INBO Watina database. The function can only be used from within the INBO network.
connect_watina()
Don't forget to disconnect at the end of your R-script using
dbDisconnect
!
A DBIConnection
object.
## Not run:
watina <- connect_watina()
# Do your stuff.
# Disconnect:
dbDisconnect(watina)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.