Description Usage Arguments Details Examples
create basic folder structure for a phoenix report
1 2 3 4 5 | phx_report(
project,
secondary_folders = list("Rscripts", "phoenix-output", "for-phoenix", "lab-notebook",
"data")
)
|
project |
name of top level project folder |
secondary_folders |
list of subfolders |
A placeholder.txt file is created in each subfolder to allow for initial folder structure to be maintained if using a version control system such as git (as empty directories are not kept)
Currently only works if there is no project folder with the same name, and does not do any checking (will just error out)
1 2 3 4 5 | ## Not run:
phx_report("Assignment-1")
phx_report("Assignment-1", list("Rscripts", "simulation-results", "data"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.