write.Info: function for including informaton about time and date in the...

View source: R/ehelp-utils.R

write.InfoR 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)


ehelp documentation built on Jan. 7, 2023, 1:20 a.m.