Description Usage Arguments Value Author(s) See Also Examples
Functions for creating and manipulating FileRefences-class objects.
1 2 3 4 5 6 7 |
urls |
A character vector of urls of the files to be referenced. The urls are the actual locations of the files. |
localNames |
A (optional) character vector of local names of the files to be references. Local names are the names used to refer to the files internally, e.g., by functions wanting to use file names as a label for data frame rows. The length of the local names argument must match that of the urls; the default is to take the file name portion of the url as the local name. |
types |
A (optional) character vector of length equal to that of the urls, containing the type each file represents. Type might normally come from a controlled vocabulary; the default is a length zero character string, reprsenting an unspecified type. |
object |
An object of class |
x |
An object of class |
... |
Additional arguments, passed to the class initializaation method or (currently) ignored by the accessors. |
FileReferences |
Object of class
|
urls, localNames, types |
character vector of urls, local names, or file types. |
length |
integer scalar of the number of references in the object. |
Martin Morgan mtmorgan@fhcrc.org
1 2 3 | obj <- FileReferences(c("/foo/bar", "/foo/baz"), type=rep("CEL", 2))
localNames(obj)
length(obj)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.