export table in latex
This commit is contained in:
parent
276c556e9d
commit
e306ac3125
20
r.mdwn
20
r.mdwn
@ -1 +1,21 @@
|
|||||||
# R
|
# R
|
||||||
|
|
||||||
|
## Installer des packages
|
||||||
|
|
||||||
|
Pour installer un package tout passe pas un
|
||||||
|
|
||||||
|
install.package("LePackage")
|
||||||
|
|
||||||
|
Sous Archlinux, j'ai eu un soucis pour l'installation. Il ne faut pas oublier d'installer *tcl* et *tk*
|
||||||
|
|
||||||
|
yaourt -S tcl tk
|
||||||
|
|
||||||
|
|
||||||
|
## Ouvrir des fichiers ods
|
||||||
|
|
||||||
|
Jeter un coup d'oeil [ici](http://en.wikibooks.org/wiki/R_Programming/Importing_and_exporting_data) pour ouvrir tout type de fichiers.
|
||||||
|
|
||||||
|
## Exporter un tableau en latex
|
||||||
|
|
||||||
|
library(xtable)
|
||||||
|
xtable(...)
|
||||||
|
Loading…
Reference in New Issue
Block a user