statWord {ecos}R Documentation

Glossary of Statistical Terms

Description

Glossary of Statistical Terms

Usage

statWord(word, format = c("xml", "json"), lang = c("kr", "en"), count = 1000)

Arguments

word

A string specifying the term to search

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
statWord(word = "CPI", lang = "en")

Value

A data.frame object containing queried information


[Package ecos version 0.1.6 Index]