Skip to content

[Bug]: Missing visualization in tm_variable_browser #996

Description

@donyunardi

What happened?

A bug happened!

Using the example code, there is no visualization when Treat variable as factor is checked:

Image
Code to reproduce
library(teal.modules.general)
data <- teal_data()
data <- within(data, {
  iris <- iris
  mtcars <- mtcars
  women <- women
  faithful <- faithful
  CO2 <- CO2
})
#'
app <- init(
  data = data,
  modules = modules(
    tm_variable_browser(
      label = "Variable browser"
    )
  )
)
if (interactive()) {
  shinyApp(app$ui, app$server)
}

Metadata

Metadata

Assignees

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions