convert_string_to_list {telraamStats}R Documentation

Convert a character string into a numeric vector

Description

Convert a character string into a numeric vector

Usage

convert_string_to_list(vector)

Arguments

vector

Something in the shape "10,20,30"

Value

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

Examples

convert_string_to_list("10,20,30")


[Package telraamStats version 1.1.2 Index]