load_access: Load data from an MS Access db

View source: R/load_access.R

load_accessR Documentation

Load data from an MS Access db

Description

Load data from an MS Access db

Usage

load_access(dir = getwd(), db = NULL, qries = NULL, env = .GlobalEnv)

Arguments

dir

directory name of the MS Access db

db

file name of the MS Access db

qries

query names in the form "df_name" = "qry_name" where df_name is the name that will be assigned to the dataframe and qry_name is the query name in the db

env

the environment where the data will be located

Details

Extract the data from a local MS Access database using a list of queries.

Value

nb of queries processed


FrankLef/eflTools documentation built on May 4, 2024, 10:04 p.m.