diff --git a/project_rewrite.qmd b/project_rewrite.qmd index a8fda89..dfc795b 100644 --- a/project_rewrite.qmd +++ b/project_rewrite.qmd @@ -187,7 +187,7 @@ This function simply wraps the lines from our original script that did the downloading and the cleaning. As a reminder, here are the lines from the original script, which I will then rewrite as a function: -```{r, eval = FALSE} +```{r} url <- "https://is.gd/1vvBAc" diff --git a/rmds/analyse_data.Rmd b/rmds/analyse_data.Rmd index c0bc5fd..bd215ff 100644 --- a/rmds/analyse_data.Rmd +++ b/rmds/analyse_data.Rmd @@ -4,7 +4,7 @@ author: "Bruno Rodrigues" date: "`r Sys.Date()`" --- -```{r, messages = FALSE} +```{r, message = FALSE} library(dplyr) library(ggplot2) library(purrr)