Description Usage Arguments Value Examples
Get a meta data string for an object
| 1 | meta_to_string(fameMeta, objnam)
 | 
| fameMeta | a list containing fame object meta data | 
| objnam | object name | 
string containing meta data
| 1 2 3 4 | dbname <- file.path(Sys.getenv("FAME"),"util","driecon")
famedb <- read_fame(dbname)
meta <- famedb$get_meta('GDP')
cat(meta_to_string(famedb$get('GDP')$meta, objnam))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.