Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
drewmelo committed Jul 3, 2024
0 parents commit a224be6
Show file tree
Hide file tree
Showing 102 changed files with 8,586 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.Rproj.user
.Rhistory
.Rdata
.httr-oauth
.DS_Store
.quarto
Binary file added dados/tabela_q6.xlsx
Binary file not shown.
31 changes: 31 additions & 0 deletions docs/custom.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
/*-- scss:defaults --*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

body {
font-family: 'Poppins', sans-serif;
}

$presentation-heading-color: #00263A;
$presentation-heading-text-transform: uppercase;
$presentation-heading-font-weight: 500;
$link-color: #028DB7;
$presentation-title-slide-text-align: left;
$code-block-font-size: 0.6em;
$presentation-font-smaller: .8;

.title-slide-bg {
background-color: #4CAF50 !important; /* Exemplo de cor de fundo */
color: white !important; /* Cor do texto */
}

/* Sombreado em imagens */
.shadow-border {
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
border-radius: 8px; /* opcional: adiciona bordas arredondadas */
}

.center-text {
text-align: center;
}

Binary file added docs/images/datatypes_dataframes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/estruturas_de_dados.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/function_schema.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/ggplot-grammar-of-graphics.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/ggplot_logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/r-function-syntax.webp
Binary file not shown.
Binary file added docs/images/rstudio_cloud.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/rstudio_screenshot1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/schema_data.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/tidyverse_circle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2,177 changes: 2,177 additions & 0 deletions docs/index.html

Large diffs are not rendered by default.

Loading

0 comments on commit a224be6

Please sign in to comment.