找回密码
 注册
查看: 757|回复: 0

R语言 WDI包 WDI()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-10-1 20:33:51 | 显示全部楼层 |阅读模式
WDI(WDI)
WDI()所属R语言包:WDI

                                        WDI: World Development Indicators (World Bank)
                                         WDI:“世界发展指标”(世界银行)

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

Downloads the requested data by using the World Bank's API, parses the resulting XML file, and formats it in long country-year format.
下载所请求的数据使用世界银行的API,解析生成的XML文件格式,它长的国家,每年格式。


用法----------Usage----------


  WDI(country = "all", indicator = "NY.GNS.ICTR.GN.ZS",
    start = 2002, end = 2005, extra = FALSE, cache = NULL)



参数----------Arguments----------

参数:country
Vector of countries (ISO-2 character codes, e.g. "BR", "US", "CA") for which the data is needed. Using the string "all" instead of individual iso codes pulls data for every available country.
向量的国家(ISO-2字符代码,例如“BR”,“美国”,“CA”)的数据是必要的。使用字符串“所有”一切可以利用的国家,而不是个人的ISO代码中提取数据。


参数:indicator
Character vector of indicators codes. See the WDIsearch() function.
指标代码的字符向量。请参阅WDIsearch()函数。


参数:start
First year of data
第一年的数据


参数:end
Last year of data
去年的数据


参数:extra
TRUE returns extra variables such as region, iso3c code, and incomeLevel
TRUE返回额外的变量,如区域,iso3c代码,和收入水平的


参数:cache
NULL (optional) a list created by WDIcache() to be used with the extra=TRUE argument
NULL(可选)创建的列表WDIcache(),用于额外= TRUE参数


值----------Value----------

Data frame with country-year observations
数据框与国家年度观察


(作者)----------Author(s)----------



Vincent Arel-Bundock <a href="mailto:varel@umich.edu">varel@umich.edu</a>




实例----------Examples----------


WDI(country="all", indicator=c("AG.AGR.TRAC.NO","TM.TAX.TCOM.BC.ZS"), start=1990, end=2000)
WDI(country=c("US","BR"), indicator="NY.GNS.ICTR.GN.ZS", start=1999, end=2000, extra=TRUE, cache=NULL)

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-25 10:54 , Processed in 0.020806 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表