fWEBDATA-class {fImport} | R Documentation |
The class fWEBDATA represents a download from the internet.
Objects can be created by calls of the import or series functions.
call
:"call"
:
the call of the applied function.
data
:"data.frame"
:
the data as downloaded formatted as a data.frame.
param
:"character"
:
a character vector whose elements contain the values of selected
parameters of the argument list.
title
:"character"
:
a character string with the name of the download. This can be
overwritten specifying a user defined input argument.
description
:" character"
:
a character string with an optional user defined description.
By default just the current date and user when the test was
applied will be returned.
signature(object = "fWEBDATA")
:
prints an object of class 'fWEBDATA'.
## getClass - getClass("fWEBDATA")