WorkFileProperties | R Documentation |
These functions attempt to retrieve a WorkFileProperties
record
or to list WorkFileProperties
records.
getWorkFileProperties(id, con = hiveConnection()) updateWorkFileProperties( id, ..., con = hiveConnection(), verbose = getOption("GeneHive.verbose") ) listWorkFileProperties( ..., isTrashed = FALSE, con = hiveConnection(), simplify = TRUE ) listWorkFiles(..., isTrashed = FALSE, con = hiveConnection(), simplify = TRUE)
id |
A |
con |
A |
... |
Additional arguments specifying fields of the |
verbose |
A logical value specifying whether messages should be printed |
isTrashed |
A logical value specifying how to limit the result with respect to trashed
records. If |
simplify |
A logical value specifying whether to return the listing as a data frame |
getWorkFileProperties
If the operation is successful,
a hiveWorkFileProperties
object.
updateWorkFileProperties
If the operation is successful,
a hiveWorkFileProperties
object (invisibly).
listWorkFileProperties
simplify
= TRUE
A data frame containing one row per record and one column per field.
simplify
= FALSE
A SimpleList
object
containing one hiveWorkFileProperties
object
per record.
If an error is encountered, the function terminates with a message.
Adam C. Gower agower@bu.edu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.