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