r2spss.sty: 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 NULL (the default) to print the contents
of the style file to the standard output connection (usually the R
console).
Value
Nothing is returned, the function is called for its side effects.
# NOT RUN {# print contents of style filer2spss.sty()
# }# NOT RUN {# put file 'r2spss.sty' in the current working directory r2spss.sty(".")
# }# NOT RUN {# }