Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 10 of 22 found.
[1] < 1 2 3 > [3]  Sort:

BaseReport-class (Package: ReportingTools) : Class code{"BaseReport"

A ReportType defines a way of representing an R object in a different, ordered format. Several ReportTypes have been detailed in this package, including classes for HTML reports and R data packages.
● Data Source: BioConductor
● Keywords: classes
● Alias: BaseReport-class, name, name,BaseReport-method, name<-,BaseReport,character-method, path, path,BaseReport-method, reportDirectory, reportDirectory,BaseReport-method, reportDirectory<-, reportDirectory<-,BaseReport,character-method, show,BaseReport-method, title, title,BaseReport-method, title<-, title<-,BaseReport,character-method
● 0 images

CSVFile-class (Package: ReportingTools) : Class code{"CSVFile"

A CSVFile is a pointer to a comma separated value file on the file system. Publishing to a CSVFile overwrites the current contents of the given CSVFile.
● Data Source: BioConductor
● Keywords: classes
● Alias: CSVFile-class, name<-,CSVFile,character-method
● 0 images

CSVFile (Package: ReportingTools) :

A CSVFile is a pointer to a comma separated value file on the file system. Publishing to a CSVFile overwrites the current contents of the given CSVFile.
● Data Source: BioConductor
● Keywords:
● Alias: CSVFile
● 0 images

DataPackage-class (Package: ReportingTools) : Class code{"DataPackage"

This is a pointer to an R data package. The result should be an installable R data package, with documentation for the data objects published therein.
● Data Source: BioConductor
● Keywords: classes
● Alias: DataPackage-class, dependencies, dependencies,DataPackage-method, dependencies<-, dependencies<-,DataPackage,character-method, path,DataPackage-method
● 0 images

DataPackage (Package: ReportingTools) :

This is a function for creating a DataPackage. Calls to publish an object to the package serialize the object to disk, adding a file to the data directory, and adding a stubbed .Rd documentation file for the dataset.
● Data Source: BioConductor
● Keywords:
● Alias: DataPackage
● 0 images

HTMLReport-class (Package: ReportingTools) : Class code{"HTMLReport"

This class has been superceded by HTMLReportRef and is deprecated. The HTMLReport constructor function now creates an HTMLReportRef object.
● Data Source: BioConductor
● Keywords: classes
● Alias: HTMLReport-class, basePath, basePath,HTMLReport-method, baseUrl, baseUrl,HTMLReport-method, name<-,HTMLReport,character-method, page, page,HTMLReport-method, page<-, page<-,HTMLReport,character-method, path,HTMLReport-method, show,HTMLReport-method, url,HTMLReport-method
● 0 images

makeOldHTMLReport (Package: ReportingTools) :

This is the function one shoud use to instantiate an HTMLReport. It basically creates the report in the appropriate place, creating directories if needed. Special care should be taken if non-default javacsript or css files are used, as detailed below.
● Data Source: BioConductor
● Keywords:
● Alias: makeOldHTMLReport
● 0 images

HTMLReportRef-class (Package: ReportingTools) : Class code{"HTMLReportRef"

A referenceClass-based representation of an HTML report generated using R objects. This class is based around a persistent, DOM-based representation of the HTML page being created, which is created during initialization and updated as the report is manipulated. HTMLReport is the constructor function for the class.
● Data Source: BioConductor
● Keywords: classes
● Alias: HTMLReport, HTMLReportRef-class, [[,HTMLReportRef,ANY,ANY-method, [[,HTMLReportRef,ANY-method, [[<-,HTMLReportRef,ANY,ANY,ANY-method, path,HTMLReportRef-method, publish,ANY,HTMLReportRef-method, show,HTMLReportRef-method
● 0 images

Link (Package: ReportingTools) :

This is a convenience function for creating tables of links (eg for an index page).
● Data Source: BioConductor
● Keywords: HTML, Link
● Alias: Link, Link,HTMLReportRef-method, Link,character-method, Link,list-method, Link-methods
● 0 images

ReportHandlers-class (Package: ReportingTools) : Class code{"ReportHandlers"

A set of event-handler functions to be called when certain actions are performed on a HTMLReportRef object.
● Data Source: BioConductor
● Keywords: classes
● Alias: ReportHandlers-class, connectionHandlers, fileHandlers, fileWIndexHandlers, knitrHandlers, path,ReportHandlers-method, shinyHandlers
● 0 images