add_logo: Add a logo

Description Usage Arguments Details

Description

Add a logo to an RMarkdown file.

Usage

1
2
3
(filepath_logo = system.file("logo", "te.png", package = "temisc"),
  img_alt = "logo",
  img_style = "position:absolute; top:0; right:0; padding:10px;")

Arguments

filepath_logo

character. Fileapth. Wrapped internally by knitr::image_uri().

img_alt, img_style

character. Passed to htmltools::ims()

Details

filepath_logo defaults to the "te" logo (which is stored internally).


tonyelhabr/temisc documentation built on May 26, 2019, 5:44 p.m.