powered by
Creates a new empty stringfish vector
sf_vector_create(len)
A new stringfish vector
length of the new vector
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`.
x <- sf_vector_create(4)
Run the code above in your browser using DataLab