Description Usage Arguments Author(s) See Also Examples
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().
1 | Bundesliga.XML(Datei = "Bundesliga.xml", Saison = "all")
|
Datei |
filename, by default "Bundesliga.xml" |
Saison |
season to be included, by default "all" for all seasons |
Joerg Schlarmann
1 2 3 4 5 | # this saves all season to file "Bundesliga.xml"
Bundesliga.XML()
#this writes only season 2001/2002 to "myfile.xml"
Bundesliga.XML("myfile.xml", "2001/2002")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.