Learn R Programming

R2wd (version 1.4)

wdInsertFootnote: Insert a Footnote

Description

Inserts a footnote at the current selection.

Usage

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).

Examples

Run this code
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 ...")

Run the code above in your browser using DataLab