extractData: Internal function for extraction of data from objects

View source: R/extractData.R

extractDataR Documentation

Internal function for extraction of data from objects

Description

Internal function for extraction of data from objects

Usage

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)

Arguments

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

Value

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL


archivist documentation built on Sept. 11, 2024, 8:30 p.m.