scan.str {ch}R Documentation

Read string into a vector

Description

Read data into a vector from a string.

Usage

scan.str(string)

Arguments

string

a string that number is separated by ' '.

Value

A vector that contains numbers.

Author(s)

Chai

Examples

m <- "12 23 45 78 90 89 97"
scan.str(m)

[Package ch version 0.1.0.2 Index]