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 new GitHub repository using this template
- Clone the newly created repository to your development environment (we recommend using VS Code)
- Describe your operator specifications in the README file
- Develop the operator (with or without assistance from the Tercen Agents)
- Initialise or update the R packages environment using
renv. - Push your changes and install the operator in Tercen
Detailed information can be found in the Tercen developer'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 | . |
|---|---|
x-axis |
type, description |
y-axis |
type, description |
row |
type, description |
column |
type, description |
colors |
type, description |
labels |
type, description |
| Settings | . |
|---|---|
input_var |
parameter description |
| Output | . |
|---|---|
output_var |
output relation |
Operator view |
view of the Shiny application |
Details on the computation.