tabcompph: Comparative table

Description Usage Arguments Value

View source: R/tableaucomparatif.R

Description

Comparative table

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
tabcompph(
  dfx,
  tri,
  titre = "Tableau comparatif",
  lab = "tabcomp",
  longt = FALSE,
  export = FALSE,
  correct = FALSE,
  ka = FALSE
)

Arguments

dfx

data.frame to explore

tri

explicative variable

titre

tittle of the table ("Tableau comparatif" by default)

lab

label ("tabcomp" by default)

longt

FALSE : short table, TRUE : longtable (0 by default)

export

TRUE : export csv (FALSE by default)

correct

TRUE : correct for to big number of tests (FALSE by default)

ka

si TRUE : sortie via kable sinon xtable (FALSE par defaut)

Value

comparative table in laTeX +/- csv


philippemichel/thesisph documentation built on Dec. 22, 2020, 11:08 a.m.