Skip to content

Unsure of value for first row of current derivation column of layer_info #8

@annakrystalli

Description

@annakrystalli

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?

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions