lin380 / project_template

Base template for reproducible research

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

Project Title

Describe the project in general terms including the purpose of the project, data sources (with citation, if necessary), analysis methods, and main finding(s).

If this work is published, provide the citation here in BibTeX format.

Example:

@article{Author2021,
  title = {A Title of Some Very Interesting Research},
  author = {Last Name, First Name},
  date = {2021},
  journaltitle = {Journal Title},
  volume = {11},
  pages = {83--111},
  publisher = {Amazing Publishing Press}
}

Reproduce

Provide relevant information to help clarify how to reproduce the research with these project files.

Example:

  • Download or fork and clone this project from GitHub to your local machine.
  • Open an R console (R > 4.02), and from the root directory of the project template run:
source("_pipeline.R")

A browseable website can be accessed by opening the docs/index.html file in a browser.


Notes on formatting Markdown documents

This file includes the .md extension, so it can take full advantage of the Markdown syntax hooks to create a range of word processing-style formatting such as:

Headings

Sub-headings

  • Bullets 1
  • Bullets 2
  • Bullets 3

Bold text, italics, strikethrough, etc.

Follow this link for more on Markdown syntax options

About

Base template for reproducible research


Languages

Language:R 83.6%Language:TeX 16.4%