Skip to content

Commit 4e198e5

Browse files
committed
add struct
1 parent 2b90ef0 commit 4e198e5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/units/_unit05/unit05-05_best_scripting.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,11 @@ So if I want to extract a section from a LAS file it would be very helpful to be
2929

3030
Furthermore it is mandatory for further projects to have a detailed or standardized documentation. This costs once more time but pays off more than. Please note that the following examples already use the `Roxygen2` documentation syntax which can be used later for automated documentation
3131

32+
Let us start with the `10_CHM_Catalog.R` control script. This script already uses a setup script (`000_setup.R`) to create a reproducible environment. So we have to identify four different aspects:
3233

34+
* what is code that is used again and again? -> make a function of it
35+
* what is the general setup for my working environment? -> put it into the setup script
36+
* what are the overall control structures (workflow, settings etc.)-> create a master control file for ruling the rest
3337

3438
```r
3539
#------------------------------------------------------------------------------

0 commit comments

Comments
 (0)