lsSdf {SQLiteDF}R Documentation

List SDF's

Description

Lists the SDF's available in the workspace.

Usage

 lsSdf(pattern = NULL) 

Arguments

pattern Pattern of the internal name to be searched. Currently not implemented.

Details

lsSdf works much like ls for examining the contents of R's workspace. It does this by querying the list of SDF's stored in workspace.db file. See sqlite.data.frame for more details on workspace.db.

Value

Returns in a character vector the internal names of SDF's registered with the SQLiteDF workspace. The internal names are sorted according to (1) those that are attached first and then (2) the usage score.

Author(s)

Miguel A. R. Manese

See Also

sqlite.data.frame lsSdf attachSdf detachSdf renameSdf

Examples

    lsSdf()

[Package SQLiteDF version 0.1.32 Index]