| write.Info | R Documentation |
function for including informaton about time and date in the generated files
write.Info(
filename,
lines = paste0("-----------------------------------------------"),
pre = "",
post = "",
EoL = ""
)
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) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.