Description Format Details Active bindings Methods Author(s)
A class that writes the results of the pguIMP analysis to an Excel file.
R6::R6Class object.
Creates a download file name and saves a list of tibbles to an Excel file. Each tibble is written to a separate sheet. This object is used by the shiny based gui and is not for use in individual R-scripts!
fileName
Returns the fileName. (character)
setFileName
Set the fileName. (character)
suffix
Returns the file suffix. (character)
new()
Creates and returns a new pgu.exporter
object.
pgu.exporter$new()
A new pgu.exporter
object.
(pguIMP::pgu.exporter)
finalize()
Clears the heap and
indicates if instance of pgu.exporter
is removed from heap.
pgu.exporter$finalize()
print()
Prints instance variables of a pgu.exporter
object.
pgu.exporter$print()
string
extractSuffix()
extracts the suffix from the fileName
pgu.exporter$extractSuffix()
writeDataToExcel()
writes tibble to an excel file of the name fileName.
pgu.exporter$writeDataToExcel(obj = "list")
obj
A tibble or list of tibble. If obj is a list, each member will be written to a seperate sheet.
clone()
The objects of this class are cloneable with this method.
pgu.exporter$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.