Skip to content
Maurice HT Ling edited this page Dec 6, 2015 · 16 revisions
  1. cast_statement: Cast data values of one or more series in a data frame from one data type to another. For example, casting from string (characters) to floating point values.

  2. delete_statement: Delete / remove an object from the session.

  3. describe_statement: Describes (showing more information compared to show statement) an object.

  4. load_statement: Load data from an external file.

  5. merge_statement: Merge an object into another object, or a series/label name from one data frame into another data frame.

  6. new_statement: Create a new object.

  7. rename_statement: Rename an object or a series/label name within a data frame.

  8. runplugin_statement: Execute a plugin based on the plugin parameters set givens

  9. save_statement: Save an object into an external file.

  10. select_statement: Select data from a data frame based on criterion, make the selected data as a new data frame, and attach the newly formed data frame for use.

  11. set_statement: Set options in environment or within plugin parameters set.

  12. shell_statement: Launch a language-specific interpreter within TAPPS.

  13. show_statement: Show/Display attributes or settings.