Skip to content

Commit

Permalink
```r
Browse files Browse the repository at this point in the history
  • Loading branch information
ptimoner committed Mar 7, 2024
1 parent 87ca244 commit 860a1c0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion TUTORIAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,9 @@ are the specific parameters:
and popCorrection is TRUE, the user is interactively asked to
provide the grid resolution.

process_inputs(mainPath, country, selectedInputs = "All", mostRecent = TRUE, alwaysProcess = TRUE, defaultMethods = TRUE, changeRes = TRUE, newRes = 100, popCorrection = TRUE, gridRes = 3000)
```r
process_inputs(mainPath, country, selectedInputs = "All", mostRecent = TRUE, alwaysProcess = TRUE, defaultMethods = TRUE, changeRes = TRUE, newRes = 100, popCorrection = TRUE, gridRes = 3000)
```
We are asked to add a label after each input is processed which will be
append to the processed file name (useful when dealing with multiple
Expand Down

0 comments on commit 860a1c0

Please sign in to comment.