| write.Fncorpus | R Documentation |
Function to write into a file the listing of the fn.
write.Fncorpus(
fnName,
fnListing,
filename,
lines = paste0("/* ################################################ */"),
begining = "",
ending = "",
EoL = "\r\n"
)
fnName |
name of the function |
fnListing |
listing of fn to write to file |
filename |
name of the file where to write the documentation |
lines |
optional argument to specify the separation lines to be used |
begining |
an optional argument to specify the initial lines of HTML code |
ending |
an optional argument to specify the last lines of HTML code |
EoL |
optional argument to specify the EOL (if need, eg. for html) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.