| convert_to_sf {stringfish} | R Documentation |
Converts a character vector to a stringfish vector
convert_to_sf(x) sf_convert(x)
x |
A character vector |
Converts a character vector to a stringfish vector. The opposite of 'materialize'.
The converted character vector
if(getRversion() >= "3.5.0") {
x <- convert_to_sf(letters)
}