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
We developed a TEAL app, there seems variable name display issue (show as <name>.<name>) in "Variable Browser" module, variable name looks fine in other modules and in the filter panel, please see the screenshot below:
We did some processing for the ADSL (and other ADaM) dataset using merge and left_join function, but we checked data after the merging, it looks fine. In the TEAL app, the module code is as simple as below. We are wondering what could cause this issue or any potential bug in "tm_variable_browser()"?
modules = teal::modules(
teal.modules.general::tm_front_page(
header_text = c(
"Important information" = "This app should be used for exploratory use only."
),
show_metadata = TRUE
),
tm_data_table("Data Table"),
tm_variable_browser(label = "Variable browser"),
....
What happened?
We developed a TEAL app, there seems variable name display issue (show as
<name>.<name>
) in "Variable Browser" module, variable name looks fine in other modules and in the filter panel, please see the screenshot below:We did some processing for the ADSL (and other ADaM) dataset using
merge
andleft_join
function, but we checked data after the merging, it looks fine. In the TEAL app, the module code is as simple as below. We are wondering what could cause this issue or any potential bug in "tm_variable_browser()"?sessionInfo()
Relevant log output
No response
Code of Conduct
Contribution Guidelines
Security Policy
The text was updated successfully, but these errors were encountered: