reproot_setup
Title
reproot_setup - This command sets up and modifies the settings file used in reproot
Syntax
Normal usage:
This mode opens the setup settings in a dialog box.
It is not intended to be included in code used by others.
This command is designed to be run interactively in Stata’s command window.
reproot_setup
Advanced usage:
This mode bypasses the dialog box and allows the user to set up and modify the settings file programmatically.
It is intended only for advanced use cases.
reproot_setup , searchpaths(string) searchdepth(integer) skipdirs(string)
options | Description |
---|---|
searchpaths(string) | Root paths to be added to the settings file |
searchdepth(integer) | New depth of sub-folders to search |
skipdirs(string) | Folder names to ignore to be added to the settings file |
Description
This command helps set up the settings file used in the command reproot.
The settings file needs to be configured once per computer, specifying the locations on the file system where project folders are stored. This command simplifies that process.
Additionally, this command can modify an existing settings file.
Options
searchpaths(string) adds search paths to the settings file. If adding multiple paths, enclose each path in quotes and then enclose the full list as a compound string. Paths may include a path-specific search depth for each path.
searchdepth(integer) sets a general search depth for paths that do not have a path-specific search depth.
skipdirs(string) lists folder names that reproot
should ignore. Sub-folders within ignored folders will also be excluded.
Feedback, Bug Reports, and Contributions
Learn more about these commands on this repository, where this package is developed. Please provide feedback by opening an issue. Pull requests with suggestions for improvements are also welcome.