statMeta {ecos}R Documentation

Retrieve statistical meta DB

Description

Retrieve statistical meta DB

Usage

statMeta(meta, format = c("xml", "json"), lang = c("kr", "en"), count = 1000)

Arguments

meta

A string specifying the name of meta DB to query

format

A string specifying the file format to process - xml, json

lang

A string specifying the language of result value - kr (Korean), en (English)

count

An integer specifying the number of requests

Details

## Example
statMeta(lang = "en", meta = "Economic Sentiment Index")

Value

A data.frame object containing queried information


[Package ecos version 0.1.6 Index]