r2spss.sty {r2spss} | R Documentation |
Create the LaTeX style file required to compile LaTeX documents that include tables created by package r2spss. You can put the resulting file r2spss.sty in the folder containing your LaTeX document, and you should include
\usepackage{r2spss}
in the preamble of your LaTeX document.
r2spss.sty(path = NULL)
path |
a character string specifying the path to the folder in which
to put the style file, or |
Nothing is returned, the function is called for its side effects.
Andreas Alfons
# print contents of style file
r2spss.sty()
## Not run:
# put file 'r2spss.sty' in the current working directory
r2spss.sty(".")
## End(Not run)