add_access {AnVILPublish} | R Documentation |
add_access()
adds the
Bioconductor_User
group to a workspace with READER
permissions. Users gain access to the workspace (and others) by
being added to the Bioconductor_User group.
add_access(namespace, name)
namespace |
character(1) namespace (billing account) under which the workspace belongs. |
name |
character(1) name of the workspace to add access credentials. |
add_access()
returns TRUE, invisibly.