| convert_to_sf {stringfish} | R Documentation |
Converts a character vector to a stringfish vector
convert_to_sf(x)
x |
A character vector |
Converts a character vector to a stringfish vector. The opposite of 'materialize'.
The converted character vector
x <- convert_to_sf(letters)