Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion 01-Chlorophyll-Concentration.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ format:


#add text

#add text
#add text

```{r}
#| include: false
Expand Down
30 changes: 30 additions & 0 deletions test_r_markdown_notebook.Rmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
title: "test_r_markdown"
author: "hui.shi@noaa.gov"
date: '2023-08-26'
output: html_notebook
---

```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```

## R Markdown

This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see <http://rmarkdown.rstudio.com>.

When you click the **Knit** button a document will be generated that includes both content as well as the output of any embedded R code chunks within the document. You can embed an R code chunk like this:

```{r cars}
summary(cars)
```

## Including Plots

You can also embed plots, for example:

```{r pressure, echo=FALSE}
plot(pressure)
```

Note that the `echo = FALSE` parameter was added to the code chunk to prevent printing of the R code that generated the plot.
1,876 changes: 1,876 additions & 0 deletions test_r_markdown_notebook.nb.html

Large diffs are not rendered by default.