Access databases using R code
You can access data stored in databases from your script.
Writing import and export code for accessing data on a database should be identical for both the server environment and the desktop environment.
Remember: Direct database drivers and JDBC are cross-platform; ODBC is Windows-only.
For information on using JDBC, see the sjdbc library documentation for TERR.
Parent topic: R code for the server
Related concepts