RGIFT (version 0.1-7)

GIFTD: Description in GIFT format

Description

This function prints a Description text in GIFT format.

Usage

GIFTD(qtxt)

Value

No value is returned but some text in printed.

Arguments

qtxt

Text of the description.

Details

This function uses the cat() function to print a Description in the GIFT format. No question is made but a text is printed. Use of the sink() function is adviced to send the ouput to a text file.

Examples

Run this code
#Description 1
GIFTD("R is a language for data analysis.")

Run the code above in your browser using DataLab