
FileReferences(urls = character(), localNames = basename(urls), types = character(length(urls)), ...)
urls(object, ...)
localNames(object, ...)
types(object, ...)
"length"(x)
FileReferences
, form which
urls, local names, or types are to be extracted.FileReferences
, form which
the length (number of file references) is to be determined.FileReferences
.FileReferences-class
obj <- FileReferences(c("/foo/bar", "/foo/baz"), type=rep("CEL", 2))
localNames(obj)
length(obj)
Run the code above in your browser using DataLab