Skip to content

A script-interconnected, minimalistic framework that facilitates data cleaning and analysis in R.

License

Notifications You must be signed in to change notification settings

fenditsim/FxCAs-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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