Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Joe Slam
R_wikibooks
Commits
cc9278f0
Commit
cc9278f0
authored
May 10, 2022
by
Joe Slam
Browse files
avoid creating examplefiles
parent
73b95601
Changes
2
Hide whitespace changes
Inline
Side-by-side
cran-comments.md
View file @
cc9278f0
## R CMD check results
There were no ERRORs or WARNINGs.
There was 1 NOTE:
*
Found the following files/directories:
‘Bundesliga.xml’ ‘myfile.xml’
These files are created by the code examples provided in Bundesliga.XML.Rd
There were no ERRORs or WARNINGs or NOTEs.
*
my real name is Joerg grosse Schlarmann, and I added the "grosse" to my name
man/Bundesliga.XML.Rd
View file @
cc9278f0
...
...
@@ -13,15 +13,16 @@ Bundesliga.XML(Datei = "Bundesliga.xml", Saison = "all")
\item{Saison}{ season to be included, by default "all" for all seasons }
}
\author{ Joerg Schlarmann }
\seealso{
\seealso{
\code{\link{sink}}}
\examples{
\dontrun{
# this saves all season to file "Bundesliga.xml"
Bundesliga.XML()
Bundesliga.XML()
#this writes only season 2001/2002 to "myfile.xml"
Bundesliga.XML("myfile.xml", "2001/2002")
}
}
\keyword{ datagen }
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment