as.initList: Coerce to initList

Description Usage Arguments Value Methods (by class)

Description

Coerces to initList.

Coerces list to initlist.

Coerces numeric to initList

Coerces character to initList.

Coerces initList to initList

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
as.initList(x, ...)

## S3 method for class 'list'
as.initList(x, comment = character(0), ...)

## S3 method for class 'numeric'
as.initList(x, fixed = FALSE, comment = character(0), ...)

## S3 method for class 'character'
as.initList(x, ...)

## S3 method for class 'initList'
as.initList(x, ...)

Arguments

x

object

...

dots

comment

character

fixed

logical

comment

character

Value

initList

initList

initList

initList

Methods (by class)


bergsmat/partab documentation built on May 12, 2019, 3:09 p.m.