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
26 changes: 26 additions & 0 deletions New.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: "About"
format: html
editor: visual
---

## Quarto

Quarto enables you to weave together content and executable code into a finished document. To learn more about Quarto see <https://quarto.org>.

## Running Code

When you click the **Render** button a document will be generated that includes both content and the output of embedded code. You can embed code like this:

```{r}
1 + 1
```

You can add options to executable code like this

```{r}
#| echo: false
2 * 2
```

The `echo: false` option disables the printing of code (only output is displayed).
2 changes: 2 additions & 0 deletions STA6257_Project.Rproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ Encoding: UTF-8

RnwWeave: Sweave
LaTeX: pdfLaTeX

BuildType: Website
7 changes: 7 additions & 0 deletions _testsite.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
website:
navbar:
background: primary
search: true
left:
- text: "Home"
file: index.qmd
550 changes: 356 additions & 194 deletions index.html

Large diffs are not rendered by default.

Loading