Bundesliga.XML(wikibooks)
Bundesliga.XML()所属R语言包:wikibooks
create an XML-file of all fixtures available in "Bundesliga"-dataset
创建一个XML文件的所有装置,可在“德甲”数据集
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function creates an XML-file of all fixtures available in the "Bundesliga"-dataset. By default, the XML-file is called "Bundesliga.xml" and is stored in your working directory using the function sink().
这个函数创建一个XML文件中的“德甲”数据集的所有灯具。默认情况下,XML文件被称为“Bundesliga.xml”,并存储在您的工作目录中,使用片()的功能。
用法----------Usage----------
Bundesliga.XML(Datei = "Bundesliga.xml", Saison = "all")
参数----------Arguments----------
参数:Datei
filename, by default "Bundesliga.xml"
文件名,由的默认“Bundesliga.xml”
参数:Saison
season to be included, by default "all" for all seasons
赛季,由默认的“所有”所有季节
(作者)----------Author(s)----------
Joerg Schlarmann
参见----------See Also----------
实例----------Examples----------
# this saves all season to file "Bundesliga.xml"[这样可以节省整个赛季到文件“Bundesliga.xml”]
Bundesliga.XML()
#this writes only season 2001/2002 to "myfile.xml"[这写的唯一一个赛季2001/2002“myfile.xml”]
Bundesliga.XML("myfile.xml", "2001/2002")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|