S3 Methods for secret
Objects
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]]
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.