
Get the current appendix letter
current_appendix.RdReturns the current appendix letter. Useful for including in appendix headings to ensure the heading matches the automatic numbering.
Examples
# \donttest{
new_appendix()
#> [1] "B"
current_appendix() # Returns "A"
#> [1] "B"
# Use in heading: # APPENDIX `r current_appendix()`. TITLE HERE
# }