Learn R Programming

RMySQL (version 0.4-6)

load: Load/unload the client part of a database interface

Description

Initialize or free the client-side of an R/S database interface

Usage

load(mgr, ...)

unload(mgr, ...)

Arguments

mgr
a dbManager object, as created through dbManger
...
any database-specific parameters.

Value

  • NULL

Side Effects

These functions initialize and release client-part software of the RS-DBI implementation.

References

See the Omega Project for Statistical Computing at http://www.omegahat.org for more details on the R/S database interface.

See Also

On database managers:

dbManager MySQL load unload

On connections, SQL statements and resultSets:

dbExecStatement dbExec fetch quickSQL

On transaction management:

commit rollback

On meta-data:

describe getVersion getDatabases getTables getFields getCurrentDatabase getTableIndices getException getStatement hasCompleted getRowCount getAffectedRows getNullOk getInfo

Examples

Run this code
m <- MySQL()
...
unload(m)

Run the code above in your browser using DataLab