VoidPerx/CannabisPSII
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
# Create README.md base
writeLines(
c(
"# Hermetia Illucens Project",
"",
"## Description project analysis and documentation.",
"## Structure",
"- R/: Source code",
"- data-raw/: Raw data",
"- data/: Processed data",
"- doc/: Documentation",
"- output/: Results",
"- reports/: Information",
"- tests/: Unit tests"
),
"README.md"
)