Skip to content

Stata command to automatically find commands used in a do or ado file.

License

Notifications You must be signed in to change notification settings

PovertyAction/findcmd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

findcmd

Stata command to automatically find built-in commands and user written commands used in a do or ado file.

Installation

* findcmd can be installed from github

net set other `"`c(sysdir_plus)'/f"'
net install findcmd, all replace ///
	from("https://raw.githubusercontent.com/PovertyAction/findcmd/main")

Example Syntax

findcmd using "data_cleaning.do"

About

Stata command to automatically find commands used in a do or ado file.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published