-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.Rmd
More file actions
25 lines (20 loc) · 751 Bytes
/
README.Rmd
File metadata and controls
25 lines (20 loc) · 751 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
```
# New Project
<!-- badges: start -->
<!-- badges: end -->
This is a template for a new research project. Should contains the following
folders: [analysis](./analysis), [data](./data), [experiments](./experiments),
[other](./other), [preprocessing](./preprocessing). Optionally, it may also
include a folder `models` containing modelling files, and a `writeup` folder
containing the project writeup.
If there are other resouces (e.g., OSF folders, Overleaf documents, Google docs)
that are linked to the project, they should be listed in this document.