You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[real-life issue posted on internal R Users chat room]
As an app developer
I order to customise my table title
I want to be able to string concatenate a string literal with objects representing strings in the app environment
Something like: "this is my custom title with parameter: {{paramcd}}" into the teal.modules.clinical::tm_t_tte.
The text was updated successfully, but these errors were encountered:
I seem to recall something like this already being done in some modules.
This is true for a default module values (example) evaluated inside module where we have access to the environment. I want to be able to do that from the outside providing appropriate module argument value.
[real-life issue posted on internal R Users chat room]
As an app developer
I order to customise my table title
I want to be able to string concatenate a string literal with objects representing strings in the app environment
Something like:
"this is my custom title with parameter: {{paramcd}}"
into theteal.modules.clinical::tm_t_tte
.The text was updated successfully, but these errors were encountered: