empty_series: Create an empty numeric series
Description
Create a numeric series with no discrete values.
Usage
empty_series(mode = c("double", "integer"))Value
An empty numeric series of the specified mode.
Arguments
- mode
Character vector of length 1 indicating the numeric type of the
numeric series; either "double" (the default) or "integer".