write.Fncorpus {ehelp} | R Documentation |
Function to write into a file the listing of the fn.
Description
Function to write into a file the listing of the fn.
Usage
write.Fncorpus(
fnName,
fnListing,
filename,
lines = paste0("/* ################################################ */"),
begining = "",
ending = "",
EoL = "\r\n"
)
Arguments
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) |
[Package ehelp version 1.2.1 Index]