# generate collate file for DESCRIPTION ----------------------------------------
rm(fls)
fls = paste(
dir(path = "R", pattern="\\.[rR]$", recursive=TRUE)
, collapse=" ")
cat(strwrap(sprintf("Collate: %s", fls), exdent=4), sep="\n")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.