xmlWriteSynopsis: Write the Synopsis for a RTestCase

Description Usage Arguments Value Author(s)

View source: R/utils.xmlWrite.R

Description

Write the Synopsis for a RTestCase

Usage

1
2
3
4
xmlWriteSynopsis(version, author, shortDescription = NULL,
  description = NULL, creationDate = NULL, changes = list(list(author
  = author, date = creationDate, desc = "Initial Version")),
  label = NULL, printXML = TRUE)

Arguments

version

(dcharacter) Version Number

author

(character) Author

shortDescription

(character) Short description

description

(character) Description

creationDate

(character) Creation Date

changes

(list) A listing of lists each representing one change with attributes 'author', 'date' and 'desc'

label

(character) Labels.

printXML

(logical) Print output or return xml as R object

Value

(character)

Author(s)

Matthias Pfeifer matthias.pfeifer@roche.com


RTest documentation built on Dec. 4, 2019, 5:07 p.m.