Skip to content
Snippets Groups Projects
Commit f751a9a4 authored by Hayley Corson-Dosch's avatar Hayley Corson-Dosch
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent e59bc5c9
No related branches found
No related tags found
1 merge request!75Fii pipeline
clean_input_data <- function(data_file) { clean_input_data <- function(data_file) {
data <- read_xlsx(data_file, na = c("<MDL", '--')) data <- read_xlsx(data_file, na = c("<MDL", '--'))
names(data)<-make.names(names(data),unique = TRUE) names(data) <- make.names(names(data),unique = TRUE)
data <- data |> data <- data |>
replace_na(list(Levoglucosan.in.picogram.per.milliliter..unfiltered. = 0, replace_na(list(Levoglucosan.in.picogram.per.milliliter..unfiltered. = 0,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment