https://github.com/bleutner/knit2docx
https://github.com/bleutner/knit2docx
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bleutner/knit2docx
- Owner: bleutner
- License: gpl-3.0
- Created: 2014-01-17T11:05:00.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-06-29T16:27:53.000Z (about 11 years ago)
- Last Synced: 2025-07-20T14:40:49.336Z (12 months ago)
- Language: R
- Size: 383 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
knit2docx
=========
Converts Rmd to docx including some side effects, such as figure labelling, file renaming etc.
Currently settings are rather tightly tied to the requirements of pelagic publishing.
Also it is not tested on anything else than linux. Pandoc and pandoc-citeproc must be installed and in your path.
Could be more efficient and less of a hack, but does the job.
## Installation
library(devtools)
install_github("bleutner/knit2docx")
## Usage
knit2docx("yourRmdFileBasename")