delete_variable()¶
- delete_variable(column)¶
Deletes a column from the spreadsheet.
Alias(es): delete_column
Parameter
Type
Description
columnString or
RColumnobjectName 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 delete_variable('trials') end
