extractTags | R Documentation |
Internal function for extraction of tags from objects
extractTags(object, objectNameX, ...)
## Default S3 method:
extractTags(object, objectNameX, ...)
## S3 method for class 'data.frame'
extractTags(object, objectNameX, ...)
## S3 method for class 'ggplot'
extractTags(object, objectNameX, ...)
## S3 method for class 'trellis'
extractTags(object, objectNameX, ...)
## S3 method for class 'lm'
extractTags(object, objectNameX, ...)
## S3 method for class 'summary.lm'
extractTags(object, objectNameX, ...)
## S3 method for class 'htest'
extractTags(object, objectNameX, ...)
## S3 method for class 'lda'
extractTags(object, objectNameX, ...)
## S3 method for class 'qda'
extractTags(object, objectNameX, ...)
## S3 method for class 'twins'
extractTags(object, objectNameX, ...)
## S3 method for class 'partition'
extractTags(object, objectNameX, ...)
## S3 method for class 'glmnet'
extractTags(object, objectNameX, ...)
## S3 method for class 'survfit'
extractTags(object, objectNameX, ...)
object |
for this object tags are to be |
objectNameX |
name of the object |
... |
other arguments |
NULL
NULL
NULL
NULL
NULL
NULL
NULL
NULL
NULL
NULL
NULL
NULL
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.