Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.21 KB

README.md

File metadata and controls

42 lines (26 loc) · 1.21 KB

🧿 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