| startAppendix | R Documentation | 
The function sets up the document to transition to appendix formatting, including section number resets (usually as a letter - e.g. Appendix A) and counter clearing.
startAppendix(
  appendix.number=1L,
  use.alpha=TRUE,
  set.counters=TRUE,
  table.name=NULL,
  figure.name=NULL)
| appendix.number | Numeric.  Number to set to the appendix number.  Default is 1, meaning the next appendix will be the first
(Appendix A if  | 
| use.alpha | Boolean.  Defaults to TRUE, meaning the appendix will will be the alphabetical letter corresponding to  | 
| set.counters | Boolean.  Defaults to TRUE, meaning the  | 
| table.name | A character string indicating how tables should be prefaced. Defaults to NULL, which provides ‘**Table A%s:**’ for tables in Appendix A, etc. Note that ‘%s’ will be substituted for the table number. | 
| figure.name | A character string indicating how figures should be prefaced. Defaults to NULL, which provides ‘**Figure A%d:** %s’ for figures in Appendix A (results in ‘Figure A1: Caption text’), etc. Note that ‘%d’ will be substituted for the table number and ‘%s’ will be substituted for the caption text provided (if any). | 
  ## Not run: 
    startAppendix()
  
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.