Function to write into a file the listing of the fn.
write.Fncorpus(
fnName,
fnListing,
filename,
lines = paste0("/* ################################################ */"),
begining = "",
ending = "",
EoL = "\r\n"
)
name of the function
listing of fn to write to file
name of the file where to write the documentation
optional argument to specify the separation lines to be used
an optional argument to specify the initial lines of HTML code
an optional argument to specify the last lines of HTML code
optional argument to specify the EOL (if need, eg. for html)