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
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)
}
...
The text was updated successfully, but these errors were encountered:
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) :
The text was updated successfully, but these errors were encountered: