Connects to an INBO database by simply providing the database's name as an argument. The function can only be used from within the INBO network.
connect_inbo_dbase(database_name, autoconvert_utf8 = TRUE)
odbc connection
For more information, refer to this tutorial.
if (FALSE) { # \dontrun{
connection <- connect_inbo_dbase("D0021_00_userFlora")
connection <- connect_inbo_dbase("W0003_00_Lims")
} # }