big.char-methods: Do we have a big.char?

Usage Arguments

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
## S4 method for signature 'big.char'
is.big.char(x)

## S4 method for signature 'ANY'
is.big.char(x)

## S4 method for signature 'big.char'
length(x)

## S4 method for signature 'big.char'
names(x)

## S4 replacement method for signature 'big.char,character'
names(x) <- value

## S4 method for signature 'big.char,ANY,missing,missing'
x[i, j, ..., drop = TRUE]

## S4 replacement method for signature 'big.char,ANY,missing'
x[i, j, ...] <- value

## S4 method for signature 'big.char,missing,missing,missing'
x[i, j, ..., drop = TRUE]

## S4 replacement method for signature 'big.char,missing,missing'
x[i, j, ...] <- value

Arguments

x

a big.char

value

the returned object

i

indices (or equivalent) for extraction

j

typically not used or supported

...

doesn't currently have a role, but may for stringsAsFactors

drop

what you would expect when the returned object is of length 1


jayemerson/big.char documentation built on May 18, 2019, 5:57 p.m.