str2vec: Merubah string menjadi vektor

View source: R/str2vec.R

str2vecR Documentation

Merubah string menjadi vektor

Description

Merubah string menjadi vektor

Usage

str2vec(str, sep = " ")

Arguments

str

string

sep

character pemisah antar nilai seperti koma dll

Value

vector

Examples

str2vec("1.2 3.4 5 9 100")
str2vec("1.2, 3.4, 5, 9, 100", sep = "\\,")

Alfrzlp/package-dm documentation built on June 25, 2022, 9:50 p.m.