myscan1 {WINRPACK}R Documentation

Scan a character string

Description

Scan a character string

Usage

myscan1(string, what = character(0), ...)

Arguments

string character String
what list to scan
... other parameters

Details

Uses C-like functions for scanning

Value

list of objects

Author(s)

Jonathan M. Lees<jonathan.lees@unc.edu>

See Also

scan, strsplit

Examples


h = "this is a joke"
myscan1(h, what="")


[Package WINRPACK version 1.0-8 Index]