lsSdf {SQLiteDF} | R Documentation |
Lists the SDF's available in the workspace.
lsSdf(pattern = NULL)
pattern |
Pattern of the internal name to be searched. Currently not implemented. |
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
.
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.
Miguel A. R. Manese
sqlite.data.frame
lsSdf
attachSdf
detachSdf
renameSdf
lsSdf()