Skip to content

Commit

Permalink
Minor change to avoid messages
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalab committed Nov 24, 2023
1 parent c89f1f2 commit cda2c17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
</url>
<url>
<loc>http://rafalab.dfci.harvard.edu/dsbook-part-1/wrangling/string-processing.html</loc>
<lastmod>2023-11-24T17:07:45.556Z</lastmod>
<lastmod>2023-11-24T17:10:41.829Z</lastmod>
</url>
<url>
<loc>http://rafalab.dfci.harvard.edu/dsbook-part-1/wrangling/text-mining.html</loc>
Expand Down
2 changes: 1 addition & 1 deletion wrangling/data-table-wrangling.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ filename <- file.path(path, "fertility-two-countries-example.csv")

If in **tidyeverse** we write

```{r}
```{r, message=FALSE}
wide_data <- read_csv(filename)
new_tidy_data <- wide_data |>
pivot_longer(-1, names_to = "year", values_to = "fertility")
Expand Down

0 comments on commit cda2c17

Please sign in to comment.