d <- read.dcf("DESCRIPTION")
title <- d[colnames(d) == "Title"] cat(c("# ", paste(trimws(strsplit(title, "\n")[[1]]), collapse = " ")))
Github: https://github.com/randy3k/arrangements
Documentation: https://randy3k.github.io/arrangements
cat(d[colnames(d) == "Description"])
You can install the released version of arrangements from CRAN with:
install.packages("arrangements")
Install the latest development version using
devtools::install_github("randy3k/arrangements")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.