https://github.com/mwip/beautifyR
  
  
    RStudio addin for formatting Rmarkdown tables 
    https://github.com/mwip/beautifyR
  
alignment comments markdown markdown-table r rmarkdown rstudio-addin
        Last synced: 6 months ago 
        JSON representation
    
RStudio addin for formatting Rmarkdown tables
- Host: GitHub
 - URL: https://github.com/mwip/beautifyR
 - Owner: mwip
 - License: gpl-3.0
 - Created: 2018-04-17T12:10:27.000Z (over 7 years ago)
 - Default Branch: master
 - Last Pushed: 2022-10-20T14:03:03.000Z (about 3 years ago)
 - Last Synced: 2024-08-02T06:03:24.111Z (over 1 year ago)
 - Topics: alignment, comments, markdown, markdown-table, r, rmarkdown, rstudio-addin
 - Language: R
 - Size: 428 KB
 - Stars: 112
 - Watchers: 4
 - Forks: 6
 - Open Issues: 4
 - 
            Metadata Files:
            
- Readme: README.md
 - License: LICENSE
 
 
Awesome Lists containing this project
- jimsghstars - mwip/beautifyR - RStudio addin for formatting Rmarkdown tables (R)
 
README
          # beautifyR
## RStudio addin for formatting Rmarkdown tables and R multi-line comments
---
beautifyR is a RStudio addin that helps you formatting Markdown tables. It 
aligns the columns according to the content width, adds missing columns if 
needed and inserts the formatting row if missing. 
Additionally the Beautify Comment addin allows for aligning multi-line comments.
This saves a lot of time when editing vast commentary in code.
Feel free to install it from my Github via the 
[adddinslist](https://github.com/daattali/addinslist) or use 
`devtools::install_github('mwip/beautifyR')`. 
If you encounter any bugs, please report them as an 
[issue](https://github.com/mwip/beautifyR/issues).
---
## beautifyR in action
### Beautify multi-line comments in R code

### Beautify Table

### Insert and fill missing columns

### Insert missing formatting 

*GIFs generated with [Peek](https://github.com/phw/peek).*