Skip to content

Incomplete code comment in Chapter 15 #382

@Yang-Hu

Description

@Yang-Hu

The code chunk just above section B. Be sure it is tested seems incomplete in both printed book and the online version.

Specifically (where the <<<<<< is) :

server <- function(
  input, 
  output, 
  session
){
  # We start by creating a new instance of th    <<<<<<
  r6 <- MyDataProcessing$new()
  # Passing this object to the two server functions
  mod_data_cleaning_server("data_cleaning_ui_1", r6)
  mod_plotting_server("plotting_ui_1", r6)

}

...

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