Description Usage Arguments Details Value Author(s) See Also
Methods for the DirectoryTable objects used
for managing R variables (name-value bindings)
in a directory rather than in memory.
1 2 3 4 5 | dbread.DirectoryTable(database, name, na=1)
dbwrite.DirectoryTable(database, name, object)
dbexists.DirectoryTable(database, name)
dbobjects.DirectoryTable(database)
dbremove.DirectoryTable(database, name)
|
database |
the |
name |
the name of the variable of interest |
na |
a value which is to be returned if there is no
variable in the table corresponding to the requested name.
This differentiates a non-existent variable from one with
a value of |
object |
the value to be assigned to the specified variable. |
See the corresponding generic functions.
See the corresponding generic functions.
Duncan Temple Lang
dbread,
dbobjects,
dbexists,
dbwrite,
newRFunctionTable,
attach,
detach
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.