Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
mchiapello committed Sep 28, 2021
1 parent faef3cf commit 245f8f8
Show file tree
Hide file tree
Showing 9 changed files with 51 additions and 19 deletions.
2 changes: 1 addition & 1 deletion concFond.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ knitr::include_graphics("./images/vector.jpg")

```{r downData}
download.file(url = "https://ndownloader.figshare.com/files/2292169",
destfile = "data_raw/portal_data_joined.csv")
destfile = "data/portal_data_joined.csv")
```

### data.frame concept map
Expand Down
2 changes: 1 addition & 1 deletion docs/concFond.html
Original file line number Diff line number Diff line change
Expand Up @@ -2263,7 +2263,7 @@ <h3 id="link-to-dowload-the-lesson-dataset">Link to dowload the lesson dataset</
<div class="layout-chunk" data-layout="l-body">
<div class="sourceCode">
<pre class="sourceCode r"><code class="sourceCode r"><span class='fu'><a href='https://rdrr.io/r/utils/download.file.html'>download.file</a></span><span class='op'>(</span>url <span class='op'>=</span> <span class='st'>"https://ndownloader.figshare.com/files/2292169"</span>,
destfile <span class='op'>=</span> <span class='st'>"data_raw/portal_data_joined.csv"</span><span class='op'>)</span>
destfile <span class='op'>=</span> <span class='st'>"data/portal_data_joined.csv"</span><span class='op'>)</span>
</code></pre>
</div>
</div>
Expand Down
3 changes: 3 additions & 0 deletions docs/plot.html
Original file line number Diff line number Diff line change
Expand Up @@ -2226,6 +2226,9 @@ <h2 id="formative-assessments">Formative assessments</h2>
<hr />
<h2 id="esplorazione-grafica-dei-dati">Esplorazione grafica dei dati</h2>
<h3 id="parte-i---introduzione">Parte I - Introduzione</h3>
<iframe width="560" height="315" src="https://www.youtube.com/embed/NFxQVASyxKo" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen>
</iframe>
<h3 id="parte-ii---come-impostare-ggplot">Parte II - Come impostare ggplot</h3>
<h3 id="risorse-addizionali">Risorse addizionali</h3>
<ul>
<li><a href="https://ggplot2.tidyverse.org/">ggplot2</a><br />
Expand Down
10 changes: 10 additions & 0 deletions docs/rSconos.html
Original file line number Diff line number Diff line change
Expand Up @@ -2206,6 +2206,16 @@ <h2 id="obiettivi-formativi">Obiettivi formativi</h2>
</ol>
<h2 id="in-caso-di-necessità">In caso di necessità</h2>
<p>In caso di problemi o domande non esitare a confrontarti con i tuoi colleghi, a scrivere sul canale <a href="https://2021-cnr-r-base.slack.com/archives/C02DE4EB1L4">Help</a> di Slack o a me in <a href="https://2021-cnr-r-base.slack.com/archives/D027RRHFYSX">privato</a>.</p>
<h2 id="formative-assessments">Formative assessments</h2>
<p>Per poter eseguire gli esercizi da RStudio installa il pacchetto “intRo.Esercizi” con i seguenti comandi:<br />
&gt; install.packages(“devtools”)<br />
&gt; install.packages(“learnr”)<br />
&gt; library(devtools)<br />
&gt; install_github(“2021-09-CNR-R-base/intRo.Esercizi”)<br />
&gt; learnr::run_tutorial(“lezione_01”, “intRo.Esercizi”)</p>
<p>Formative assessments: l’obiettivo di questi esercizi è darvi la possibilità di capire i vostri progressi. Gli esercizi verranno visti solo da voi e verrà sempre data la possibilità di vedere la corretta soluzione. Non è obbligatorio fare gli esercizi, ma è ovviamente consigliato.</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/6jKCV4bxDcE" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen>
</iframe>
<hr />
<div class="layout-chunk" data-layout="l-body">

Expand Down
22 changes: 11 additions & 11 deletions docs/search.json

Large diffs are not rendered by default.

10 changes: 6 additions & 4 deletions docs/wrangle.html
Original file line number Diff line number Diff line change
Expand Up @@ -2252,11 +2252,13 @@ <h3 id="parte-vi---group_by-e-summarise">Parte VI - group_by e Summarise</h3>
<iframe width="560" height="315" src="https://www.youtube.com/embed/W78cbpW1Fsg" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen>
</iframe>
<h3 id="parte-vii---pivot_longer-e-pivot_wider">Parte VII - pivot_longer e pivot_wider</h3>
<iframe width="560" height="315" src="https://www.youtube.com/embed/1oqgBnoNQHA" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen>
</iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/jKlp4l59JBk" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen>
</iframe>
<h3 id="parte-viii---salvare-i-dati">Parte VIII - Salvare i dati</h3>
<ul>
<li>csv/excel</li>
<li>rds</li>
</ul>
<iframe width="560" height="315" src="https://www.youtube.com/embed/jH6WYi4y_04" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen>
</iframe>
<h3 id="tibble-concept-map">Tibble concept map</h3>
<div class="layout-chunk" data-layout="l-body">
<p><img src="images/tibble.jpg" width="743" style="display: block; margin: auto;" /></p>
Expand Down
2 changes: 2 additions & 0 deletions plot.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ Formative assessments: l'obiettivo di questi esercizi è darvi la possibilità d

### Parte I - Introduzione

<iframe width="560" height="315" src="https://www.youtube.com/embed/NFxQVASyxKo" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

### Parte II - Come impostare ggplot


### Risorse addizionali
Expand Down
13 changes: 13 additions & 0 deletions rSconos.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,19 @@ output:

In caso di problemi o domande non esitare a confrontarti con i tuoi colleghi, a scrivere sul canale [Help](https://2021-cnr-r-base.slack.com/archives/C02DE4EB1L4) di Slack o a me in [privato](https://2021-cnr-r-base.slack.com/archives/D027RRHFYSX).

## Formative assessments

Per poter eseguire gli esercizi da RStudio installa il pacchetto "intRo.Esercizi" con i seguenti comandi:
\> install.packages("devtools")
\> install.packages("learnr")
\> library(devtools)
\> install_github("2021-09-CNR-R-base/intRo.Esercizi")
\> learnr::run_tutorial("lezione_01", "intRo.Esercizi")

Formative assessments: l'obiettivo di questi esercizi è darvi la possibilità di capire i vostri progressi. Gli esercizi verranno visti solo da voi e verrà sempre data la possibilità di vedere la corretta soluzione. Non è obbligatorio fare gli esercizi, ma è ovviamente consigliato.

<iframe width="560" height="315" src="https://www.youtube.com/embed/6jKCV4bxDcE" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

----

```{r echo = FALSE}
Expand Down
6 changes: 4 additions & 2 deletions wrangle.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,14 @@ Formative assessments: l'obiettivo di questi esercizi è darvi la possibilità d

### Parte VII - pivot_longer e pivot_wider

<iframe width="560" height="315" src="https://www.youtube.com/embed/1oqgBnoNQHA" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

<iframe width="560" height="315" src="https://www.youtube.com/embed/jKlp4l59JBk" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>


### Parte VIII - Salvare i dati

- csv/excel
- rds
<iframe width="560" height="315" src="https://www.youtube.com/embed/jH6WYi4y_04" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

### Tibble concept map

Expand Down

0 comments on commit 245f8f8

Please sign in to comment.