description: printing description of a data frame

Description Usage Arguments Value Author(s) Examples

Description

Prints "description" attribute of an object if such attribute exists. Otherwise returns NULL. It is intended to be applied to data frames created by open_gdt.

Usage

1
2
3
description(x)
# denmark <- open_gdt("denmark")
# description(denmark)

Arguments

x

any object, supposedly a data frame created by open_gdt. If x has "description" attribute the function prints its contents; otherwise returns NULL.

Value

character vector

Author(s)

Oleh Komashko

Examples

1
2
3
4
5
## Not run: 
denmark <- open_gdt("denmark")
description(denmark)

## End(Not run)

Rgretl documentation built on May 2, 2019, 3:46 p.m.