R/labelTable.R

labelTable <- function#Table caption 
### Place a table caption
(key, 
### identifier for the table being referenced
link,
### logical: If TRUE, relative link to figure is included
punc
### seperator to use between reference number and caption
### Defaults to ":"
){
  label(key, link, punc, type='Table')
### The table caption
}
mkoohafkan/figr documentation built on May 23, 2019, 2:02 a.m.