rostools / r-cubed-intermediate

Reproducible Research in R: An Intermediate Workshop on Modern Approaches and Workflows to Processing Data
https://r-cubed-intermediate.rostools.org/
Other
5 stars 4 forks source link

Create a possible figure that shows the steps we want to make, and where we want to go #90

Open lwjohnst86 opened 3 months ago

lwjohnst86 commented 3 months ago

So something like:

flowchart LR;
    files_we_have --> steps_to_take_1 
    files_we_have --> steps_to_take_2
    steps_to_take_1 --> data_structure_we_want
    steps_to_take_2 --> data_structure_we_want