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: 10 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-05T22:21:00.000Z (over 6 years ago)
- Last Synced: 2025-03-26T05:41:52.703Z (27 days 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: 13
- Watchers: 2
- Forks: 1
- 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[](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).