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:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|