/usr/lib/R/site-library/RODBC/INDEX is in r-cran-rodbc 1.3-10-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | RODBC ODBC Database Connectivity
odbcClose ODBC Close Connections
odbcConnect ODBC Open Connections
odbcDataSources List ODBC Data Sources
odbcGetInfo Request Information on an ODBC Connection
odbcQuery Low-level ODBC functions
odbcSetAutoCommit ODBC Set Auto-Commit Mode
setSqlTypeInfo Specify or Query a Mapping of R Types to DBMS
Types
sqlColumns Query Column Structure in ODBC Tables
sqlCopy ODBC Copy
sqlDrop Deletion Operations on Tables in ODBC databases
sqlFetch Reading Tables from ODBC Databases
sqlQuery Query an ODBC Database
sqlSave Write a Data Frame to a Table in an ODBC
Database
sqlTables List Tables on an ODBC Connection
sqlTypeInfo Request Information about Data Types in an ODBC
Database
|