Description Usage Arguments Value Examples
Checks that the provided inputs and output are compatible. This method is used internally and not for intended for general use.
1 2 3 4 | 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.
1 | check_puts(input_item$study_id,output_item$summary)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.