https://github.com/rjake/codereviewr
https://github.com/rjake/codereviewr
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rjake/codereviewr
- Owner: rjake
- License: gpl-3.0
- Created: 2018-06-01T03:05:17.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-06-17T18:15:16.000Z (over 1 year ago)
- Last Synced: 2024-11-26T07:04:04.905Z (11 months ago)
- Language: R
- Size: 156 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- jimsghstars - rjake/codereviewr - (R)
README
# codeReviewR
I've been working on code to analyze code. The idea is that it scans an R or Rmd file and visualizes all of the object assignments (x-axis), determines what they do (y-axis), and shows how they relate to each other. Ideally, this would highlight opportunities to restructure or consolidate code. I hope to make it interactive and accessible in the future via shiny or flexdashboard
## To-Do:
* Assignments in `if ()` statements