| checkMacroFormat | R Documentation | 
This function is used to perform checks on the structure of the macro format dataset produced by the user-supplied macro code in
checkMacroFormat(data)
| data | (Required) Dataset to be checked to ensure it is a valid "Macro Evaluation" structure | 
Nothing. Only used for error generation side effects.
: Francisco Gochez, Rich Pugh
  checkMacroFormat(iris[1,])
  ## Not run: 
    # not a data frame
    checkMacroFormat( 1:10 )
    # more than one row
    checkMacroFormat(iris[1:2,])
  
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.