.check_vector | R Documentation |
This function checks the class of the input object and performs necessary conversions if needed.
.check_vector(
input,
input_id = NULL,
extent = NULL,
out_class = character(1),
...
)
input |
sf/SpatVector/character. The input object to be checked. |
input_id |
character(1). ID field of the subject object. |
extent |
numeric(4). The extent of the subject object.
Numeric vector should be put in order of
|
out_class |
character(1). The class of the output object.
Should be one of |
... |
Placeholder. |
The checked and converted subject object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.