Hi,
I'm trying to fill from above the '' values in a couple of columns in the tables retuned via get_layer_info() but I'm having trouble identifying the correct value in a table in which the first value is ''. See below.
head(sdmpredictors::get_layers_info()$current$derivation)
#> [1] "''"
#> [2] "mean, thin-plate smoothing splines"
#> [3] "mean range, thin-plate smoothing splines"
#> [4] "''"
#> [5] "standard deviation, thin-plate smoothing splines"
#> [6] "maximum, thin-plate smoothing splines"
Created on 2020-03-30 by the reprex package (v0.3.0)
Any ideas?