secret-methods: S3 Methods for 'secret' Objects

Description Usage

Description

S3 Methods for secret Objects

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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
## S3 method for class 'nbscar_secret'
format(x, ...)

## S3 method for class 'nbscar_secret'
obj_str_footer(x, ...)

## S3 method for class 'nbscar_secret'
names(x)

## S3 replacement method for class 'nbscar_secret'
names(x) <- value

## S3 method for class 'nbscar_secret'
vec_ptype_abbr(x, ...)

## S3 method for class 'nbscar_secret'
vec_ptype_full(x, ...)

## S3 method for class 'nbscar_secret.nbscar_secret'
vec_ptype2(x, y, ...)

## S3 method for class 'nbscar_secret.character'
vec_ptype2(x, y, ...)

## S3 method for class 'character.nbscar_secret'
vec_ptype2(x, y, ...)

## S3 method for class 'nbscar_secret.nbscar_secret'
vec_cast(x, to, ...)

## S3 method for class 'nbscar_secret.character'
vec_cast(x, to, ...)

## S3 method for class 'character.nbscar_secret'
vec_cast(x, to, ...)

## S3 method for class 'nbscar_secret'
x$i

## S3 method for class 'nbscar_secret'
x[[i]]

jesse-smith/nbscar documentation built on Dec. 20, 2021, 11:05 p.m.