Description Usage Arguments Author(s) See Also Examples
Delete all or some rows in a table in a database (referenced by 'edb').
Generic function that call class-specific method corresponding
to the class of the edb
object provided.
1 2 3 4 5 6 7 8 9 10 |
edb |
An object of class 'edb', such as returned by |
tableName |
Single character string. Name of the table to read in 'edb'. |
sRow |
A list of named items. List of contrains/criterion to be applied on
apply. The (vector of) value(s) of each items are the possible values that can be retrieved. Values can be character or numeric. If NULL (the default), all values are returned. |
sRowOp |
A single character string. Operator to be used to combine multiple constrains in sRow. Possible values are "OR" or "AND". Default value is "AND". |
logOp |
Single logical. If TRUE, then a log of the operation is written into the database, using the function See the arguments below and |
logRandId |
Single numerical. See |
logMsg |
Single character string. See |
logTableName |
Single character string. See |
logCreateTableIfNotExist |
Single logical. See |
... |
Additional parameters to be passed to class-specific method. See
|
Julien MOEYS <Julien.Moeys@mark.slu.se>
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.