Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mkearney/reflowdoc
䷗ Hard-Wrapping Rstudio Add-In ䷗
https://github.com/mkearney/reflowdoc
addin hard-wrap markdown mkearney-r-package r r-package rmarkdown rmd rstats rstudio rstudio-addin text-wrapping
Last synced: 28 days ago
JSON representation
䷗ Hard-Wrapping Rstudio Add-In ䷗
- Host: GitHub
- URL: https://github.com/mkearney/reflowdoc
- Owner: mkearney
- License: gpl-3.0
- Created: 2018-10-02T01:08:18.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-05T22:21:00.000Z (about 6 years ago)
- Last Synced: 2024-08-13T07:14:32.630Z (4 months ago)
- Topics: addin, hard-wrap, markdown, mkearney-r-package, r, r-package, rmarkdown, rmd, rstats, rstudio, rstudio-addin, text-wrapping
- Language: R
- Homepage: https://github.com/mkearney/reflowdoc
- Size: 3.26 MB
- Stars: 11
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE.md
Awesome Lists containing this project
- jimsghstars - mkearney/reflowdoc - ䷗ Hard-Wrapping Rstudio Add-In ䷗ (R)
README
---
output: github_document
---```{r setup, include = FALSE}
knitr::opts_chunk$set(collapse = TRUE, comment = "#>")
```
# reflowdoc[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)
An Rstudio add-in for hard wrapping non-code chunk text areas in Rmarkdown
documents to a margin/width of 80.## Installation
Install the from Github with the [**{{remotes}}**](https://github.com/r-lib/remotes) package.
``` r
## install pkg from Github
remotes::install_github("mkearney/reflowdoc")
```## Use
To reflow your current [active] document, click the `Addins v` dropdown in
Rstudio and select `Reflow Document` (you may need to restart Rstudio after
install for this to appear).