aRTdb-deleteTheme {aRT} | R Documentation |
Function to delete a theme from the database. Themes are created from layers,
but they belong to a view, and they can be removed only from aRTdb
objects.
## S4 method for signature 'aRTdb': deleteTheme(object, themename"themename", force=T)
object |
Object of aRTdb class. |
themename |
name of the theme |
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.