Skip to contents

Converts a character vector to a stringfish vector

Usage

convert_to_sf(x)

sf_convert(x)

Arguments

x

A character vector

Value

The converted character vector

Details

Converts a character vector to a stringfish vector. The opposite of `materialize`.

Examples

if(getRversion() >= "3.5.0") {
x <- convert_to_sf(letters)
}