We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4557f2d commit a1c21f6Copy full SHA for a1c21f6
1 file changed
RShiny/lessons/03_visuals-Answer_key.md
@@ -67,7 +67,7 @@ server <- function(input, output) {
67
# Scatter plot creation
68
ggplot(mtcars) +
69
geom_boxplot(aes(x = factor(cyl),
70
- y = .data[[input$y_axis_input]])) + +
+ y = .data[[input$y_axis_input]])) +
71
xlab("Cylinders")
72
})
73
}
0 commit comments