What is the purpose/function of the output parameter in the server function? #1993
Replies: 3 comments
-
Coming back to this, I must have made a mistake when I changed the name of the output parameter. I have since learned that the output parameter is used implicitly/magically via the function decorators. Would be happy if someone who knows better can confirm or correct this statement. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
@cpsievert that sounds quite interesting actually. I would prefer to wire up the outputs explicitly. Can you show me an example of what that would look like? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
In a starting template created by the
shiny
CLI, I changed the name of the output parameter, to see what happens. No change to the application. Is there any use for this parameter?Beta Was this translation helpful? Give feedback.
All reactions