Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 848 Bytes

journal.md

File metadata and controls

36 lines (19 loc) · 848 Bytes

my CBW Journal

Quicklinks:

Notes:

Write your general notes and code experiments into this document. Save it from time to time.

Use basic markdown for notes. Put R code in "fenced blocks" with three backticks. You can still execute code with <select><return>: Try it:

ifelse(runif(1) < 0.5, "You win", "We both win")

To view your Journal, click on the Preview icon above.


Wednesday, May 15.

...