Generates an instance of 32-bit R, queries the database 'db_path' to retrieve the table 'db_table' and makes the table available as the object 'table_out'. Modified from the Stack Exchange Network post by manotheshark.
access_query_32(db_path, db_table = "qryData_RM", table_out = "data_access")
Character. Path to MS Access database.
Character. Name of table within database.
Character. Name of object to which the table is assigned.
Makes the table available as the object 'table_out'.
access_query_32(db_path = "path/to/site.accdb", db_table = "sites", table_out = "sites")
#> Warning: database not found: path/to/site.accdb