aRTdb-deleteTheme {aRT}R Documentation

Delete a theme

Description

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.

Usage

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

Arguments

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

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]