# \donttest{
# Create a temporary CSV file with example omics data
tmp <- tempfile(fileext = ".csv")
write.csv(matrix(rnorm(20), nrow = 5), tmp, row.names = FALSE)
# Load the omics data
data <- load_omics(tmp, type = "proteomics")
head(data)
# }
Run the code above in your browser using DataLab