Learn R Programming

DEXiR (version 1.0.2)

dexi_vector: dexi_vector

Description

Interpret a string, composed of ";"-separated numbers, as a numeric vector.

Usage

dexi_vector(x)

Value

Numeric vector.

Arguments

x

character(1).

Examples

Run this code
dexi_vector("1;2")
dexi_vector("1.2; 2.3")

Run the code above in your browser using DataLab