Description Format Details Active bindings Methods Author(s)
Handles the data import
R6::R6Class object.
Menages the import of the pguIMP dataset This object is used by the shiny based gui and is not for use in individual R-scripts!
suffixes
Returns the instance variable suffixes (character)
new()
Creates and returns a new pgu.importer
object.
pgu.importer$new()
A new pgu.importer
object.
(pguIMP::pgu.importer)
finalize()
Clears the heap and
indicates that instance of pgu.importer
is removed from heap.
pgu.importer$finalize()
print()
Prints instance variables of a pgu.importer
object.
pgu.importer$print()
string
suffixIsKnown()
Takes an instance of pgu.file and tests if the suffix is valid.
pgu.importer$suffixIsKnown(obj = "pgu.file")
obj
instance of pgu.file. (pguIMP::pgu.file)
test result (logical)
importData()
Takes an instance of pgu.file imports a dataset.
pgu.importer$importData(obj = "pgu.file")
obj
instance of pgu.file. (pguIMP::pgu.file)
data frame (tibble::tibble)
importLoq()
Takes an instance of pgu.file imports a loq dataset.
pgu.importer$importLoq(obj = "pgu.file")
obj
instance of pgu.file. (pguIMP::pgu.file)
data frame (tibble::tibble)
importMetadata()
Takes an instance of pgu.file imports a metadata dataset.
pgu.importer$importMetadata(obj = "pgu.file")
obj
instance of pgu.file. (pguIMP::pgu.file)
data frame (tibble::tibble)
clone()
The objects of this class are cloneable with this method.
pgu.importer$clone(deep = FALSE)
deep
Whether to make a deep clone.
Sebastian Malkusch, malkusch@med.uni-frankfurt.de
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.