Create diagrams with R
Open
Nobody has claimed this yet.
visualizations
- Dominant language
- No language data
- Stars
- 17
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
http://rich-iannone.github.io/DiagrammeR/
DiagrammeR::DiagrammeR("
graph LR
Import--> Tidy
Tidy-->Transform
Transform-->Visualize
Visualize-->Model
Model-->Communicate
Model-->Transform
")

DiagrammeR::DiagrammeR("
graph TB
a(Import) --> b{Tidy}
b --> c[Transform]
c --> d[Visualize]
d --> e[Model]
e --> c
e --> f(Communicate)
")
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no repository file, test, or entry point. Start by reviewing the linked DiagrammeR resource and the repository’s existing resource organization; first determine where this material belongs. Done would require an agreed location and a documented R diagram resource.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- r
- Domain
- data-visualization
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100