added lab 2
This commit is contained in:
@@ -20,7 +20,7 @@ if (!dir.exists(out_dir)) dir.create(out_dir, recursive = TRUE)
|
|||||||
# load
|
# load
|
||||||
raw <- read_csv(file = data_path, show_col_types = FALSE)
|
raw <- read_csv(file = data_path, show_col_types = FALSE)
|
||||||
|
|
||||||
# keep numeric cols needed, drop missing
|
# drop missing
|
||||||
df <- raw |>
|
df <- raw |>
|
||||||
transmute(
|
transmute(
|
||||||
PRICE = as.numeric(PRICE),
|
PRICE = as.numeric(PRICE),
|
||||||
|
|||||||
Reference in New Issue
Block a user