deleteVariable()¶
- deleteVariable(column)¶
Deletes a column from the spreadsheet.
Alias(es): delete_column
Parameter
Type
Description
column
String or
RColumn
objectName of the variable that you are adding arguments to.
Returns
Nothing.
Example
The following example removes column ‘trials’ from the spreadsheet.
require 'Datavyu_API.rb' begin deleteVariable('trials') end