Skip to content

Commit

Permalink
update vignettes checks
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelcaceres committed Sep 11, 2024
1 parent d54cad6 commit 576918f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/PreparingInputs_II.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ y_6$soil[[1]]
During data retrieval, there might be some locations where SoilGrids 2.0 data was missing. We can use function `check_soils()` to detect those cases and fill them with default values:

```{r}
y_7 <- check_soils(y_6, fill_missing = TRUE)
y_7 <- check_soils(y_6, missing_action = "default")
```


Expand Down

0 comments on commit 576918f

Please sign in to comment.