The Template R operator
is a template repository for the creation of R operators in Tercen. An overview of steps for developing an operator are:
- create a github repo
- install tercen_studio
- login to tercen_studio
- git clone the newly created repo
- start developing in R in tercen_studio
- add R packages to the repo
- push to the github repo
- go to tercen and install the operator
More information can be found in Tercen app builder's guide.
Below is the operator README standard structure:
The Template R operator
is a template repository for the creation of R operators in Tercen.
Input projection | . |
---|---|
x-axis |
type, description |
y-axis |
type, description |
row |
type, description |
column |
type, description |
colors |
type, description |
labels |
type, description |
Input parameters | . |
---|---|
input_var |
parameter description |
Output relations | . |
---|---|
output_var |
output relation |
Operator view |
view of the Shiny application |
Details on the computation.