powered by
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.
NULL
open_gdt
description(x) # denmark <- open_gdt("denmark") # description(denmark)
any object, supposedly a data frame created by open_gdt. If x has "description" attribute the function prints its contents; otherwise returns NULL.
x
"description"
character vector
# NOT RUN { # } # NOT RUN { denmark <- open_gdt("denmark") description(denmark) # }
Run the code above in your browser using DataLab