author: Create an author and date paragraph

Description Usage Arguments Details See Also

View source: R/labsheet_fns.R

Description

Create an author and date paragraph

Usage

1
2
3
author(name = "Barry Grant", baseurl = "http://thegrantlab.org/",
  course = "bimm143", url = paste0("&lt; <", baseurl, course,
  "/> &gt;"), date = TRUE)

Arguments

name

Author name text to appear on line one.

baseurl

Optional course website basename, used to construct URL.

course

Optional course name, used to construct URL, see below.

url

Text to overwide the displayed URL.

date

Logical, if TRUE a date and time stamp will appear on line two.

Details

Writes markdown author text and date paragraph. Call this function inline at the start of an RMarkdown document. See the Web Exercises RMarkdown Template for examples.

See Also

unhide


bioboot/labsheet documentation built on Nov. 4, 2019, 7:19 a.m.