sasParseAssignments: get assignments from a character string strings.

Description Usage Arguments Value

View source: R/sas.R

Description

#form is aaa-bbb, ccc-ddd, eee, etc. = "name" abc-def, ghi, etc. = "anothername" there is no delimiter between each assignment. '

Usage

1
sasParseAssignments(x, stripWhiteSpace = TRUE, stripQuotes = TRUE)

Arguments

x

is a character string containing space delimited assignments, in SAS declaration format.

stripWhiteSpace

will strip all whitespace from the returned values

stripQuotes

will strip all double quotation marks from the returned values

Value

list with each list item containing a matrix of "char ranges", "assigned value" pairs


icd9 documentation built on May 30, 2017, 2:25 a.m.