r2spss.sty {r2spss} | R Documentation |
Create the LaTeX style file for 'r2spss'
Description
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.
Usage
r2spss.sty(path = NULL)
Arguments
path |
a character string specifying the path to the folder in which
to put the style file, or |
Value
Nothing is returned, the function is called for its side effects.
Author(s)
Andreas Alfons
Examples
# print contents of style file
r2spss.sty()
## Not run:
# put file 'r2spss.sty' in the current working directory
r2spss.sty(".")
## End(Not run)
[Package r2spss version 0.3.2 Index]