Skip to content

Commit

Permalink
pratica aula 2
Browse files Browse the repository at this point in the history
  • Loading branch information
azeloc committed Nov 4, 2024
1 parent 04483c8 commit a4dded4
Show file tree
Hide file tree
Showing 119 changed files with 14,562 additions and 0 deletions.
547 changes: 547 additions & 0 deletions praticas/aula_2/aula 2.html

Large diffs are not rendered by default.

26 changes: 26 additions & 0 deletions praticas/aula_2/aula 2.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: "Untitled"
format: html
---

## 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 @fig-plot

```{r}
#| label: fig-plot
#| fig-cap: "Caption"
plot(1:10)
```

The `echo: false` option disables the printing of code (only output is displayed).
2,078 changes: 2,078 additions & 0 deletions praticas/aula_2/aula 2_files/libs/bootstrap/bootstrap-icons.css

Large diffs are not rendered by default.

Binary file not shown.
12 changes: 12 additions & 0 deletions praticas/aula_2/aula 2_files/libs/bootstrap/bootstrap.min.css

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions praticas/aula_2/aula 2_files/libs/bootstrap/bootstrap.min.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions praticas/aula_2/aula 2_files/libs/clipboard/clipboard.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions praticas/aula_2/aula 2_files/libs/quarto-html/anchor.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions praticas/aula_2/aula 2_files/libs/quarto-html/popper.min.js

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a4dded4

Please sign in to comment.