Browse Source

minor fix: remove rchunk name

Lennart Wittkuhn 3 years ago
parent
commit
fe49606245
1 changed files with 1 additions and 1 deletions
  1. 1 1
      code/docs/highspeed-bids-docs.Rmd

+ 1 - 1
code/docs/highspeed-bids-docs.Rmd

@@ -23,7 +23,7 @@ header-includes:
 email: wittkuhn@mpib-berlin.mpg.de
 ---
 
-```{r, libraries, echo=FALSE, message=FALSE, include=FALSE}
+```{r, echo=FALSE, message=FALSE, include=FALSE}
 if (!requireNamespace("pacman")) install.packages("pacman")
 packages_cran <- c("here")
 pacman::p_load(char = packages_cran)