powered by
Prints the supplied data frame or matrix using Dokuwiki's table syntax, optionally copying the data to the clipboard (Mac OS X only).
dokuwiki(x, headersep = "^", sep = "|", clip = TRUE, ...)
A data.frame.
The separator used between entries in the header row.
The separator used between entries in all other rows.
Whether or not to write the returned table to the clipboard (currently only supported on Mac OS X).
Further arguments passed to write.table.
write.table
dokuwiki(head(iris), clip=FALSE) dokuwiki(head(mtcars), clip=FALSE, row.names=TRUE)
Run the code above in your browser using DataLab