Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 849 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 849 Bytes

R - Functions, Cleaning, Analysis and Sharing (FxCAs)

v2 0

Introduction

In this repository, I present a multiple-script-interconnected, minimalistic framework that facilitates data cleaning and analysis in R. This framework (which I called ‘Functions, Cleaning, Analysis and Sharing’, or ‘FxCAs’) is based on the idea of ‘Division of Labor’. Please visit v1.0 for more information.

What's New

sharing.R

  • Allow user to share all three R scripts and other files from a local directory to one or more remote directories automatically with custom commands

functions.R

  • Allow user to load customized functions when separate R scripts (cleaning.R or analysis.R) are used