-
Notifications
You must be signed in to change notification settings - Fork 2
Language: Run Plugin Statement
Maurice HT Ling edited this page Dec 6, 2015
·
2 revisions
Execute a plugin based on the plugin parameters set given.
Syntax:
- RUNPLUGIN ID
where
- ID is the name of the plugin parameters set
Example (from https://github.com/mauriceling/tapps/blob/master/examples/example_02.py):
# Set relative current working directory and load a CSV file
set rcwd data
load csv STI_2015.csv as STI
# Create a new parameter set from summarize plugin as testingA
new summarize parameter as testingA
# Populate the attributes of testingA
set parameter analysis_name in testingA as test
set parameter analytical_method in testingA as by_series
set parameter dataframe in testingA as STI
# Execute plugin using testingA as input
runplugin testingA
- Bytecodes generated are:
- runplugin
Copyright (c) 2015, Maurice HT Ling on behalf of all authors and TAPPS Development Team.