Skip to content

ARCED-Foundation/arceddataflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧿 Overview

arceddataflow is a Stata command that creates the do files for the data flow for a project.

🗃️ Versions

Current version

📝 V1.0.0: May 2023 - GitHub repo

⚙️ Installation

net install arceddataflow, all replace ///
	from("https://raw.githubusercontent.com/ARCED-Foundation/arceddataflow/master")

🔧 Syntax

arceddataflow, dofiles(string) correction(string)

🪛 Options

dofiles specifies the path where the do files should be created

📎 Example Syntax

arceddataflow, 	do("C:\Users\Mehrab Ali\Projects\New Project") ///
		correction(C:\Users\Mehrab Ali\Projects\New Project\Data\Corrections) ///
		author("Mehrab Ali, ARCED Foundation") ///
		email("[email protected]") ///
		project("Project ABC")

🧙 Author

Mehrab Ali

ARCED Foundation

Please report all 🐞/feature request to the github issues page

About

A Stata based system for data flow management.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published