knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
The following table shows the packages used to develop and run the diveRpine
package:
# library(remotes) # remotes::install_github("Pakillo/grateful") # #library(grateful) # # s <- read.csv("pkg_used.csv") # used_pkgs <- cite_packages(output = "table", pkgs = as.vector(s$pkg), citation.style = "peerj") %>% # mutate(Citation = sapply(Citation, paste, collapse = " ")) # write_csv(used_pkgs, file="pkg_used_table.csv") used_pkgs <- read.csv("pkg_used_table.csv")
library(knitr) kable(used_pkgs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.