Skip to content

Chapter 3 - Structuring Your Project - Typo #365

@IZE85

Description

@IZE85

I assume there is a typo in the following code snippet. It says "# Setting the second tab to be of type point", but I believe you meant, "# Setting the second tab to be of type hist", or am I wrong? :)

app_ui <- function() {

[...]

tagList(
fluidRow(
# Setting the first tab to be of type point
id = "geom_point",
mod_dataviz_ui(
"dataviz_ui_1",
type = "point"
)
),
fluidRow(
# Setting the second tab to be of type point
id = "geom_hist",
mod_dataviz_ui(
"dataviz_ui_2",
type = "hist"
)
)
)
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions