GIFTD: Description in GIFT format

View source: R/Description.R

GIFTDR 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.")

RGIFT documentation built on Nov. 18, 2023, 1:12 a.m.