Skip to content

Commit

Permalink
style: whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanbass committed Jan 27, 2024
1 parent 025eab9 commit 072bb50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/call_rainbow.R
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ extract_rb_data <- function(xx, format_out = "matrix",
colnames(data) <- xx$ylabels
if (data_format == "long"){
names_to <- switch(xx$detector, "MS" = "mz",
"UV" = "lambda",
"lambda")
"UV" = "lambda",
"lambda")
data <- reshape_chrom(data, data_format = "long", names_to = names_to)
}
if (format_out == "data.frame"){
Expand Down

0 comments on commit 072bb50

Please sign in to comment.