GIFTD {RGIFT} | R Documentation |
Description in GIFT format
Description
This function prints a Description text in GIFT format.
Usage
GIFTD(qtxt)
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.
Value
No value is returned but some text in printed.
Examples
#Description 1
GIFTD("R is a language for data analysis.")
[Package RGIFT version 0.1-7 Index]