Package: frontmatter 0.3.0

Garrick Aden-Buie

frontmatter: Parse Front Matter from Documents

Extracts and parses structured metadata ('YAML' or 'TOML') from the beginning of text documents. Front matter is a common pattern in 'Quarto' documents, 'R Markdown' documents, static site generators, documentation systems, content management tools and even 'Python' and 'R' scripts where metadata is placed at the top of a document, separated from the main content by delimiter fences.

Authors:Garrick Aden-Buie [aut, cre], Posit Software, PBC [cph, fnd]

frontmatter_0.3.0.tar.gz
frontmatter_0.3.0.tar.gz(r-4.7-arm64)frontmatter_0.3.0.tar.gz(r-4.7-x86_64)frontmatter_0.3.0.tar.gz(r-4.6-arm64)frontmatter_0.3.0.tar.gz(r-4.6-x86_64)
frontmatter_0.3.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html
DESCRIPTION |NEWS
card.svg |card.png
frontmatter/json (API)

# Install 'frontmatter' in R:
install.packages('frontmatter', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/posit-dev/frontmatter/issues

Pkgdown/docs site:https://posit-dev.github.io

Uses libs:
  • c++– GNU Standard C++ Library v3

On CRAN:

Conda:

cpp

2.66 score 1 packages 3 scripts 1.0k downloads 4 exports 4 dependencies

Last updated from:03a720a969. Checks:6 OK. Indexed: no.

TargetResultTimeFilesSyslog
linux-devel-arm64OK131
linux-devel-x86_64OK128
source / vignettesOK161
linux-release-arm64OK189
linux-release-x86_64OK116
wasm-releaseOK119

Exports:format_front_matterparse_front_matterread_front_matterwrite_front_matter

Dependencies:cpp11rlangtomledityaml12

Readme and manuals

Help Manual

Help pageTopics
Format and Write YAML or TOML Front Matterformat_front_matter write_front_matter
Parse YAML or TOML Front Matterparse_front_matter read_front_matter