-
Notifications
You must be signed in to change notification settings - Fork 2
Language Summary
-
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.
-
delete_statement: Delete / remove an object from the session.
-
describe_statement: Describes (showing more information compared to show statement) an object.
-
load_statement: Load data from an external file.
-
merge_statement: Merge an object into another object, or a series/label name from one data frame into another data frame.
-
new_statement: Create a new object.
-
rename_statement: Rename an object or a series/label name within a data frame.
-
runplugin_statement: Execute a plugin based on the plugin parameters set givens
-
save_statement: Save an object into an external file.
-
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.
-
set_statement: Set options in environment or within plugin parameters set.
-
shell_statement: Launch a language-specific interpreter within TAPPS.
-
show_statement: Show/Display attributes or settings.
Copyright (c) 2015, Maurice HT Ling on behalf of all authors and TAPPS Development Team.