connect_watina: Connect to the INBO Watina database

View source: R/connect_watina.R

connect_watinaR Documentation

Connect to the INBO Watina database

Description

Returns a connection to the INBO Watina database. The function can only be used from within the INBO network.

Usage

connect_watina()

Details

Don't forget to disconnect at the end of your R-script using dbDisconnect!

Value

A DBIConnection object.

Examples

## Not run: 
watina <- connect_watina()
# Do your stuff.
# Disconnect:
dbDisconnect(watina)

## End(Not run)


inbo/watina documentation built on Dec. 2, 2024, 4:02 a.m.