aRTdb-deleteView {aRT}R Documentation

deleteView

Description

Function to delete a view from the database. Note that all themes belonging to this view will be removed too.

Usage

## S4 method for signature 'aRTdb':
deleteView(object, viewname="viewname", force=T)

Arguments

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).

Author(s)

Marcos Aurelio Carrero, Pedro Ribeiro de Andrade Neto

See Also

See aRTdb-class to show the description of this class.


[Package aRT version 0.4-0 Index]