Skip to contents

Creates a new empty stringfish vector

Usage

sf_vector_create(len)

Arguments

len

length of the new vector

Value

A new stringfish vector

Details

This function creates a new empty `sf_vec`-backed stringfish vector. If you want to fill the vector from character data, use `convert_to_sf_vector`.

Examples

x <- sf_vector_create(4)