convert_to_sf {stringfish}R Documentation

convert_to_sf

Description

Converts a character vector to a stringfish vector

Usage

convert_to_sf(x)

Arguments

x

A character vector

Details

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

Value

The converted character vector

Examples

x <- convert_to_sf(letters)

[Package stringfish version 0.13.2 Index]