dtable_fnote: create (latex) footnotes from table variables

View source: R/dtable-fnote.R

dtable_fnoteR Documentation

create (latex) footnotes from table variables

Description

make unique(variable) a part of attribute 'info' and place a footnote on another variable

Usage

dtable_fnote(
  dt,
  info,
  fn.var,
  info.attr = "info",
  format = FALSE,
  format.param = as.list(NULL)
)

Arguments

dt

a dtable

info

variable with the footnote info

fn.var

variable to get footnotes

info.attr

name of attribute to store info in

format

format the dtable?

format.param

parameters for formatting


renlund/descripteur documentation built on Sept. 24, 2023, 7:07 p.m.