Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 ䷗

Awesome Lists containing this project

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).