powered by
Converts a character vector to a stringfish vector
convert_to_sf(x)sf_convert(x)
sf_convert(x)
The converted character vector
A character vector
Converts a character vector to a stringfish vector. The opposite of `materialize`.
if(getRversion() >= "3.5.0") { x <- convert_to_sf(letters) }
Run the code above in your browser using DataLab