inpstring: Input line formatter

Description Usage Arguments Details Examples

Description

Input line formatter

Usage

1
inpstring(..., cls = c("int", "dble", "char"), ns = NULL, ne = NULL)

Arguments

...

objects to format

cls

class of the input line

ns

integer; the beginning index

ne

integer; the ending index

Details

The user should not need to use this function.

Examples

1
2
inpstring(a=1)
inpstring(a=1,b=1)

abarbour/poel documentation built on June 22, 2019, 6:45 p.m.