R/setTabCapNumbering.R

Defines functions setTabCapNumbering

Documented in setTabCapNumbering

setTabCapNumbering <- function(table_counter_str = ":Table %s: ",
                               resetCounterTo = 1) {
  setCaptionNumbering(captionName = 'tab.cap',
                      prefix = table_counter_str,
                      suffix = "",
                      resetCounterTo = resetCounterTo);  
}

Try the userfriendlyscience package in your browser

Any scripts or data that you put into this service are public.

userfriendlyscience documentation built on May 2, 2019, 1:09 p.m.