write.Info {ehelp} | R Documentation |
function for including informaton about time and date in the generated files
Description
function for including informaton about time and date in the generated files
Usage
write.Info(
filename,
lines = paste0("-----------------------------------------------"),
pre = "",
post = "",
EoL = ""
)
Arguments
filename |
name of the file where to write the documentation |
lines |
optional argument to specify the separation lines to be used |
post |
optional argument to specify post-information code to be added (if need, eg. for html) |
EoL |
optional argument to specify the EOL (if need, eg. for html) |
[Package ehelp version 1.2.1 Index]