Groups | R Documentation |
These functions attempt to add or delete a Group
record
addGroup(name, con = hiveConnection(), verbose = getOption("GeneHive.verbose")) deleteGroup( name, con = hiveConnection(), verbose = getOption("GeneHive.verbose") ) listGroups(con = hiveConnection(), simplify = TRUE)
name |
A character string specifying the name of a |
con |
A |
verbose |
A logical value specifying whether messages should be printed |
simplify |
A logical value specifying whether to return the listing as a data frame |
addGroup
If the operation is successful, a hiveGroup
object
(invisibly).
deleteGroup
A logical value stating whether the operation was successful.
listGroups
simplify
= TRUE
A data frame containing one row per record and one column per field.
simplify
= FALSE
A SimpleList
object
containing one hiveGroup
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.