write.Fncorpus: Function to write into a file the listing of the fn.

View source: R/ehelp-utils.R

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


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