Creates a new empty stringfish vector
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`.