Skip to content

deleteVariable

Jesse Lingeman edited this page Mar 6, 2013 · 2 revisions

Purpose

Deletes a variable from the Datavyu database. NOTE: This change is immediate and irreversible. Use with care.

Parameters

Name

The name of the variable to delete.

Examples

# We want to delete a variable called "trial"
deleteVariable("trial")

Clone this wiki locally