R/anchorTable.R

anchorTable <- function#Anchor for cross-referencing
### Add an HTML anchor tag for table referencing
(key
### identifier for the table being referenced
){
  anchor(key, type='Table')
### an html anchor tag
}
mkoohafkan/figr documentation built on May 23, 2019, 2:02 a.m.