R/zz_help_files.R
convert_to_sf.Rd
Converts a character vector to a stringfish vector
convert_to_sf(x) sf_convert(x)
A character vector
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) }