Using Variables of Application as recipe

krillin
Level 2
Using Variables of Application as recipe

I have R recipe and i have converted it into application-as-recipe now i am letting user give some inputs as variables so how can i use those variables in the code i have also defined global variable if i can also change the value of global variable that will also work can you help me in this


Operating system used: windows

0 Kudos
1 Reply
importthepandas

You can find the variables in the application's variables section. I believe if you are setting them via an e.g. variables edit block, they will be in the local section. You can also manipulate variables programmatically with the python API.

0 Kudos