Description Usage Arguments Value Author(s) Examples
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
.
1 2 3 | description(x)
# denmark <- open_gdt("denmark")
# description(denmark)
|
x |
any object, supposedly a data frame created by |
character vector
Oleh Komashko
1 2 3 4 5 | ## Not run:
denmark <- open_gdt("denmark")
description(denmark)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.