| folderSystem | R Documentation |
Folder hierarchy creator for academic research
folderSystem(overwrite = FALSE)
overwrite |
Logical. Should existing template files in |
The function constructs a standardized folder hierarchy encompassing codes/, data/, output/, paper/, and document/. These directories are designated for storing programming scripts, data sets, processed outputs, manuscript drafts (including related images and submission documents), and assorted materials, respectively. This organization facilitates easy retrieval of project components, ensuring that members of Dr. Hu's Amazing Team can efficiently navigate and manage shared resources. This structure is advocated for collaborative projects to maintain uniformity across team operations.
In addition, the manuscript-writing templates bundled with the package (a Quarto/Typst paper template, its main and appendix bibliographies, the OSCOLA citation style, and the citation-prefix Lua filter) are copied into the paper/ folder so a new project starts ready to write.
Invisibly returns NULL. Called for its side effect of creating local folders, placeholder files, a default .gitignore, and the manuscript templates under the project's working directory.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.