This might be obvious for most of you, but since I just detected it, I thought to share it here: You can verify all the clickable commands in your (lengthy) help-file by putting the following four lines in your program's verification script:
Code:
import delimited using <file>.sthlp, clear
keep if strpos(v1,"{stata ")
gen command = regexs(1) if regexm(v1,`".+stata "(.+)""')
export delimited command using verify_help.do, novarnames delimiter(tab) replace
do verify_helpUli
0 Response to Help file verification
Post a Comment