wdInsertFootnote: Insert a Footnote

Description Usage Arguments Value Author(s) Examples

View source: R/wdInsertFootnote.R

Description

Inserts a footnote at the current selection.

Usage

1
wdInsertFootnote(text="",reference="",wdapp=.R2wd)

Arguments

text

the footnote text.

reference

the footnote reference. By default, this is generated automatically by Word.

wdapp

the handle to the Word Application (usually not needed).

Value

(invisible): a handle to the footnote object. Can be used to manipulate (usually not used).

Author(s)

Christian Ritter

Examples

1
2
3
4
5
6
7
8
## Not run: 
wdGet()
wdTitle("R2wd a package for writing Word documents from R")
wdInsertFootnote("see also SWORD (rcom.unive.ac.at) for integrating R
calculations in word documents.")
wdBody("This package allows ...")

## End(Not run)

R2wd documentation built on May 2, 2019, 8:54 a.m.