extractData | R Documentation |
Internal function for extraction of data from objects
extractData(object, parrentMd5hash, parentDir, isForce, ASCII)
## Default S3 method:
extractData(object, parrentMd5hash, parentDir, isForce, ASCII)
## S3 method for class 'ggplot'
extractData(object, parrentMd5hash, parentDir, isForce, ASCII)
## S3 method for class 'lm'
extractData(object, parrentMd5hash, parentDir, isForce, ASCII)
## S3 method for class 'htest'
extractData(object, parrentMd5hash, parentDir, isForce, ASCII)
## S3 method for class 'lda'
extractData(object, parrentMd5hash, parentDir, isForce, ASCII)
## S3 method for class 'trellis'
extractData(object, parrentMd5hash, parentDir, isForce, ASCII)
## S3 method for class 'twins'
extractData(object, parrentMd5hash, parentDir, isForce, ASCII)
## S3 method for class 'partition'
extractData(object, parrentMd5hash, parentDir, isForce, ASCII)
## S3 method for class 'qda'
extractData(object, parrentMd5hash, parentDir, isForce, ASCII)
## S3 method for class 'glmnet'
extractData(object, parrentMd5hash, parentDir, isForce, ASCII)
## S3 method for class 'survfit'
extractData(object, parrentMd5hash, parentDir, isForce, ASCII)
object |
for this object data is to be extracted |
parrentMd5hash |
hash of the parent object |
parentDir |
parent dir |
isForce |
should the data extraction be forced |
ASCII |
shall it be written in ASCII friendly format |
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.