write_do_file
Create or overwrite Stata .do files by writing specified content to a given file path, with optional backup of existing files.
Instructions
do 파일 생성 또는 덮어쓰기
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | do 파일 내용 | |
| file_path | Yes | 저장할 파일 경로 | |
| create_backup | No | 기존 파일이 있을 경우 백업 생성 여부 |