### Load the inputData ###
data(exampleMetReport)
### Normalize ####
normalizedData <- normalizeByInternalStandard(
exampleMetReport,
internalStandard = "Acetone",
save = FALSE
)
### Show results ####
print(normalizedData)
Run the code above in your browser using DataLab