checkMacroCmdFile | R Documentation |
checkMacroCmdFile
Check if the macro-commands included in the input file (commandfile)
are compliant with the allowed commands.
checkMacroCmdFile(commandfile)
commandfile |
The macro-commands file - the allowed commands are : 'align', 'warp', 'clupa', 'gbaseline', 'baseline', 'qnmrbline', 'airpls', 'binning', 'calibration', 'normalisation', 'denoising', 'bucket', 'zero'. |
return 1 if the macro-commands included in the input file are compliant, 0 if not.
the NMRProcFlow online documentation https://nmrprocflow.org/ and especially the Macro-command Reference Guide (https://nmrprocflow.org/themes/pdf/Macrocommand.pdf)
data_dir <- system.file("extra", package = "Rnmr1D")
CMDFILE <- file.path(data_dir, "NP_macro_cmd.txt")
ret <- checkMacroCmdFile(CMDFILE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.