check_puts {metabolomicsWorkbenchR} | R Documentation |
Checks that the provided inputs and output are compatible. This method is used internally and not for intended for general use.
check_puts(input_item, output_item) ## S4 method for signature 'mw_input_item' check_puts(input_item, output_item)
input_item |
An mw_input_item. |
output_item |
An mw_output_item. |
TRUE if the items are compatible or throws an error if not.
check_puts(input_item$study_id,output_item$summary)