Learn R Programming

telraamStats (version 1.1.2)

convert_string_to_list: Convert a character string into a numeric vector

Description

Convert a character string into a numeric vector

Usage

convert_string_to_list(vector)

Value

Numeric vector. Something in the shape c(10,20,30)

Arguments

vector

Something in the shape "10,20,30"

Examples

Run this code
convert_string_to_list("10,20,30")

Run the code above in your browser using DataLab