Skip to content

Commit e7e3478

Browse files
committed
Small change in C03Ca_ml_wine
1 parent f27a837 commit e7e3478

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

inst/shiny/C03Ca_ml_wine/app.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ if (!file.exists(dir))
2929
dir <- "~/C03_challenge" # Alternate dir for local tests
3030
database <- file.path(dir, "wine.sqlite")
3131
table <- "wines"
32-
wine2quality <- read$rds(file.path(dir, "wine2quality.rds"))$value
32+
wine2quality <- read$rds(file.path(dir, "wine2quality.rds"))
3333

3434
# Is the countdown over?
3535
is_done <- function()

0 commit comments

Comments
 (0)