Package: parsermd 0.1.2.9000
parsermd: Formal Parser and Related Tools for R Markdown Documents
An implementation of a formal grammar and parser for R Markdown documents using the Boost Spirit X3 library. It also includes a collection of high level functions for working with the resulting abstract syntax tree.
Authors:
parsermd_0.1.2.9000.tar.gz
parsermd_0.1.2.9000.zip(r-4.7)parsermd_0.1.2.9000.zip(r-4.6)parsermd_0.1.2.9000.zip(r-4.5)
parsermd_0.1.2.9000.tgz(r-4.6-x86_64)parsermd_0.1.2.9000.tgz(r-4.6-arm64)parsermd_0.1.2.9000.tgz(r-4.5-x86_64)parsermd_0.1.2.9000.tgz(r-4.5-arm64)
parsermd_0.1.2.9000.tar.gz(r-4.7-arm64)parsermd_0.1.2.9000.tar.gz(r-4.7-x86_64)parsermd_0.1.2.9000.tar.gz(r-4.6-arm64)parsermd_0.1.2.9000.tar.gz(r-4.6-x86_64)
parsermd_0.1.2.9000.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
parsermd/json (API)
NEWS
| # Install 'parsermd' in R: |
| install.packages('parsermd', repos = c('https://statnmap.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/rundel/parsermd/issues
Pkgdown/docs site:https://rundel.github.io
Last updated from:7547919e60 (on nocpp). Checks:13 OK. Indexed: no.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 154 | ||
| linux-devel-x86_64 | OK | 159 | ||
| source / vignettes | OK | 251 | ||
| linux-release-arm64 | OK | 194 | ||
| linux-release-x86_64 | OK | 181 | ||
| macos-release-arm64 | OK | 155 | ||
| macos-release-x86_64 | OK | 308 | ||
| macos-oldrel-arm64 | OK | 97 | ||
| macos-oldrel-x86_64 | OK | 328 | ||
| windows-devel | OK | 146 | ||
| windows-release | OK | 138 | ||
| windows-oldrel | OK | 141 | ||
| wasm-release | OK | 138 |
Exports:%>%as_astas_documentas_tibbleby_sectionhas_labelhas_optionhas_typeparse_rmdrenderrmd_check_templatermd_get_chunkrmd_get_markdownrmd_get_nodermd_get_optionsrmd_has_chunkrmd_has_markdownrmd_has_nodermd_node_attrrmd_node_codermd_node_contentrmd_node_enginermd_node_labelrmd_node_lengthrmd_node_optionsrmd_node_sectionsrmd_node_typermd_selectrmd_set_optionsrmd_sourcermd_subsetrmd_template
Dependencies:backportsbase64encBHbitbit64bslibcachemcheckmateclicliprcpp11crayondigestdplyrevaluatefastmapfontawesomefsgenericsgluehighrhmshtmltoolsjquerylibjsonliteknitrlifecyclemagrittrmemoisemimepillarpkgconfigprettyunitsprogresspurrrR6rappdirsRcppreadrrlangrmarkdownsassstringistringrtibbletidyrtidyselecttinytextzdbutf8vctrsvroomwithrxfunyaml
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Stuff | parsermd-package parsermd |
| Convert an object into an 'rmd_ast'. | as_ast |
| Convert an 'rmd_ast', 'rmd_tibble', or any ast node into text. | as_document |
| Get and set code chunk options | chunk_options rmd_get_options rmd_set_options |
| Parse an R Markdown document | parse_rmd |
| Render 'parsermd' objects using 'rmarkdown::render()' | render |
| Check an Rmd against a template | rmd_check_template |
| rmd node utility functions | rmd_node rmd_node_attr rmd_node_code rmd_node_content rmd_node_engine rmd_node_label rmd_node_length rmd_node_options rmd_node_type |
| Find the sections for each rmd object node | rmd_node_sections |
| Select nodes of an Rmd ast | rmd_select |
| Rmd selection helper functions | by_section has_label has_option has_type rmd_select_helpers |
| Source the code chunks of an Rmd document | rmd_source |
| Subset the nodes of an rmd object | rmd_subset |
| rmd_subset utility functions | rmd_get_chunk rmd_get_markdown rmd_get_node rmd_has_chunk rmd_has_markdown rmd_has_node rmd_subset_util |
| Create a template from an 'rmd' object. | rmd_template |
