Learn R Programming

discretes (version 0.1.0)

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".

Examples

Run this code
empty_series()

Run the code above in your browser using DataLab