Skip to content

developmentAC/myNotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

This is the readme file that contains all I need to know about running the software.

Left to right flow

flowchart LR

A[Initial State] --> B[Container]
A --> C[Begin]
B --> D[Setups]
C --> E[libraries]
E --> D
D --> F[Syntax]
E --> G[Execution]
G --> F
Loading

Top down flow

    graph TD
        A[Start] --> B[Process 1]
        B --> C[Decision]
        C -->|Yes| D[Process 2]
        C -->|No| E[End]
        D --> F[Process 3]
        F --> G[End]
Loading

Top Down flow

graph TD

    A-->B

    B-->C

    C-->D
Loading

About

notes on programming in R

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages