aRTdb-deleteView {aRT} | R Documentation |
Function to delete a view from the database. Note that all themes belonging to this view will be removed too.
## S4 method for signature 'aRTdb': deleteView(object, viewname="viewname", force=T)
object |
Object of the aRTdb class. |
viewname |
Name of the view. |
force |
As it is a dangerous operation, this argument asks for avoiding a confirmation (defult is FALSE). |
Marcos Aurelio Carrero, Pedro Ribeiro de Andrade Neto
See aRTdb-class
to show the description of this class.