ECSAS.run.query: Execute an SQL query on an ECSAS database

View source: R/ECSAS.run.query.R

ECSAS.run.queryR Documentation

Execute an SQL query on an ECSAS database

Description

This function will connect to the Access database, execute a query and return the result.

Usage

ECSAS.run.query(ecsas.path, sqlstr)

Arguments

ecsas.path

[character]
Full path name to the ECSAS database.

strsql

SQL string to execute

Details

Opens a connection to the database and executes the query given in sqlstr.

Value

Returns whatever the query returned.

Author

Dave Fifield


RoyChristian/ECSASconnect documentation built on April 28, 2024, 2:14 a.m.