Tables"

knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)
library(whereami)
library(magrittr)
library(kableExtra)

HTML footnote

knitr::kable(head(iris,10), align = "c",format = 'html') %>%
  kableExtra::footnote(
    general_title = "Source: ",
    general = whereami(path_expand = TRUE)[1])


Try the whereami package in your browser

Any scripts or data that you put into this service are public.

whereami documentation built on Dec. 28, 2022, 2:40 a.m.