setuprmd: setuprmd sets up and Rmd file ready to generate an HTML file

View source: R/rutils.R

setuprmdR Documentation

setuprmd sets up and Rmd file ready to generate an HTML file

Description

setuprmd sets up a custom Rmd file for generating an HTML file, which better suits my own preferences

Usage

setuprmd(filen = "")

Arguments

filen

the full path filename for the final Rmd file. Ensure its filetype = .Rmd. The default = "", which write the custom text to the console.

Value

nothing but it does write a file to one's hard drive in the location listed in filen

Examples

setuprmd(filen="")

haddonm/codeutils documentation built on April 15, 2024, 1:02 p.m.