RGIFT (version 0.1-5)

GIFTD: Description in GIFT format

Description

This function prints a Description text in GIFT format.

Usage

GIFTD(qtxt)

Arguments

qtxt
Text of the description.

Value

No value is returned but some text in printed.

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 DataCamp Workspace