r2spss.sty: Create the LaTeX style file for 'r2spss'

View source: R/r2spss.sty.R

r2spss.styR 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 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.

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)


r2spss documentation built on May 25, 2022, 5:05 p.m.