Package: docket 1.20

Jonathan Conrad
docket: Insert R Data into 'Word' Documents
Populate data from an R environment into '.doc' and '.docx' templates. Create a template document in a program such as 'Word', and add strings encased in guillemet characters to create flags («example»). Use getDictionary() to create a dictionary of flags and replacement values, then call docket() to generate a populated document.
Authors:
docket_1.20.tar.gz
docket_1.20.zip(r-4.7)docket_1.20.zip(r-4.6)docket_1.20.zip(r-4.5)
docket_1.20.tgz(r-4.6-any)docket_1.20.tgz(r-4.5-any)
docket_1.20.tar.gz(r-4.7-any)docket_1.20.tar.gz(r-4.6-any)
docket_1.20.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
docket/json (API)
| # Install 'docket' in R: |
| install.packages('docket', repos = c('https://jonathanconrad98.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/jonathanconrad98/docket/issues
Last updated from:9e5adad29e. Checks:8 ERROR, 1 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | ERROR | 129 | ||
| source / vignettes | ERROR | 174 | ||
| linux-release-x86_64 | ERROR | 162 | ||
| macos-release-arm64 | ERROR | 129 | ||
| macos-oldrel-arm64 | ERROR | 139 | ||
| windows-devel | ERROR | 124 | ||
| windows-release | ERROR | 82 | ||
| windows-oldrel | ERROR | 84 | ||
| wasm-release | OK | 103 |
Exports:checkDictionarydocketgetDictionary
Dependencies:cligluelifecyclemagrittrrlangstringistringrvctrsXMLxml2zip
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Create Documents | batchDocket |
| Check that the batch dictionary is valid | checkBatchDictionary |
| Check if dictionary meets specific requirements. | checkDictionary |
| Create documents | docket |
| Dictionary for multiple docket outputs | getBatchDictionary |
| Create a dictionary | getDictionary |