Learn R Programming

stringfish (version 0.16.0)

convert_to_sf: convert_to_sf

Description

Converts a character vector to a stringfish vector

Usage

convert_to_sf(x)

sf_convert(x)

Value

The converted character vector

Arguments

x

A character vector

Details

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

Examples

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

Run the code above in your browser using DataLab