Skip to content

Overview of Analysis in R

Mark edited this page Oct 11, 2017 · 23 revisions

Purpose

This page defines my data analysis goals and provides guidelines for how these are are implemented, specifically in R-Studio. It is a description of file structure of data and analysis scripts, as well as my workflow in R-Studio.

File Structure

Folders

_original_data
archive_content

Files

.Rproj - Open this first.
name_analysis.R - Open this within R-Studio (within the project environment).
name_data.rda - data file to be used with the analysis.R file.

name_data_structures.R - file used to generate cleaned data structures (.rda files). Dependents: .csv files in _original_data

Clone this wiki locally