Extract and process embedded data in R Markdown and Quarto files
The pkgdown website for this project is located at https://bookmark.opens.science. If the development version also has a pkgdown website, that’s located at https://r-packages.gitlab.io/bookmark.
This package is intended to support embedding metadata in Quarto and bookdown projects, providing functions to read those metadata and use it to add the resulting content to the Bookdown and Quarto project.
Installation
You can install the released version of bookmark
from CRAN with:
install.packages('bookmark');
You can install the development version of bookmark
from GitLab with:
remotes::install_gitlab('r-packages/bookmark');
(assuming you have remotes
installed; otherwise, install that first using the install.packages
function)
You can install the cutting edge development version (own risk, don’t try this at home, etc) of bookmark
from GitLab with:
remotes::install_gitlab('r-packages/bookmark@dev');