https://github.com/tingying-he/beauvis
Raw File
Tip revision: 1765709ea126a8b54d672fc10ddad29b3cbce06c authored by Tobias Isenberg on 12 July 2024, 08:03:01 UTC
Update Readme.md
Tip revision: 1765709
test.Rmd
---
title: "test"
output: html_document
date: '2022-07-07'
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```

## R Markdown

```{r}
rmarkdown::render("03 EFA/EFA-function.Rmd")
```

back to top