An open API service indexing awesome lists of open source software.

https://github.com/matt-dray/r-analysis-template

:file_folder::heavy_plus_sign: GitHub repo template: simple R analysis projects
https://github.com/matt-dray/r-analysis-template

r repo-template rstats template

Last synced: 29 days ago
JSON representation

:file_folder::heavy_plus_sign: GitHub repo template: simple R analysis projects

Awesome Lists containing this project

README

        

# r-analysis-template

[![Blog post](https://img.shields.io/badge/rostrum.blog-post-008900?labelColor=000000&logo=data%3Aimage%2Fgif%3Bbase64%2CR0lGODlhEAAQAPEAAAAAABWCBAAAAAAAACH5BAlkAAIAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAEAAQAAAC55QkISIiEoQQQgghRBBCiCAIgiAIgiAIQiAIgSAIgiAIQiAIgRAEQiAQBAQCgUAQEAQEgYAgIAgIBAKBQBAQCAKBQEAgCAgEAoFAIAgEBAKBIBAQCAQCgUAgEAgCgUBAICAgICAgIBAgEBAgEBAgEBAgECAgICAgECAQIBAQIBAgECAgICAgICAgECAQECAQICAgICAgICAgEBAgEBAgEBAgICAgICAgECAQIBAQIBAgECAgICAgIBAgECAQECAQIBAgICAgIBAgIBAgEBAgECAgECAgICAgICAgECAgECAgQIAAAQIKAAAh%2BQQJZAACACwAAAAAEAAQAAAC55QkIiESIoQQQgghhAhCBCEIgiAIgiAIQiAIgSAIgiAIQiAIgRAEQiAQBAQCgUAQEAQEgYAgIAgIBAKBQBAQCAKBQEAgCAgEAoFAIAgEBAKBIBAQCAQCgUAgEAgCgUBAICAgICAgIBAgEBAgEBAgEBAgECAgICAgECAQIBAQIBAgECAgICAgICAgECAQECAQICAgICAgICAgEBAgEBAgEBAgICAgICAgECAQIBAQIBAgECAgICAgIBAgECAQECAQIBAgICAgIBAgIBAgEBAgECAgECAgICAgICAgECAgECAgQIAAAQIKAAA7)](https://www.rostrum.blog/2019/06/11/r-repo-template/)

## Purpose

An opinionated [GitHub repository template](https://github.blog/2019-06-06-generate-new-repositories-with-repository-templates/) to begin a simple analytical project with R and RStudio.

You should [read this blog post](https://www.rostrum.blog/2019/06/11/r-repo-template/) for a more in-depth explanation of this repo.

## How to use

Click the green 'Use this template' button from [in this repo](https://github.com/matt-dray/analysis-template) to copy it.

The 'Use this template' button found in a GitHub repository template

[You can also click here](https://github.com/matt-dray/r-analysis-template/generate) to open the page for copying the repo.

## File tree

```
r-analysis-template/
├── 01_read.R
├── 02_tidy.R
├── 03_model.R
├── data/
│ ├── README.md
│ └── YYYMMDD_raw-data.csv
├── docs/
│ ├── README.md
│ ├── template-document-example.docx
│ ├── template-document-example.html
│ └── template-document-example.Rmd
├── ext/
│ └── README.md
├── output/
│ ├── README.md
│ └── YYYMMDD_cleaned-data.csv
├── R/
│ ├── functions.R
│ └── README.md
├── r-analysis-template.Rproj
└── README.md
```