Module 1

Welcome to module 1!

Lecture

Here is an example of a pdf embedded:

 

Here is an example of a YouTube video embedded:

^ HEIGHT HAS A BUG

Downloads

[insert your downloads for this module here (ex. datasets)]

Lab

[Your lab here]

# Your R code here

# For example:
x <- 42
x
## [1] 42
# Your python code here

# For example:
print("hello world")
## hello world
# Your bash code here

# For example:
pwd
## /Users/jqiu/Documents/CBWgithub/cbw-dev-templates-docs/bookdown-template

Try running these code “chunks” by pressing the green (left-pointing) triangle next to your code chunks.

You will see the code run in the console and the output provided below the code chunk.

The output of the code will also be produced under the code chunk on your website page.