Learn R Programming

rapport (version 0.3)

tpl.body: Template Body

Description

Returns contents of template body.

Usage

tpl.body(fp, htag = get.tags("header.close"), ...)

Arguments

fp
a template file pointer (see tpl.find for details)
htag
a string with closing body tag
...
additional arguments to be passed to grep function

Value

  • a character vector with template body contents

Details

Default parameters are read from options:

  • 'header.close'.