users | R Documentation |
Get user metadata about all of the users that have access to a particular
Crunch object like a dataset or project. Returns a UserCatalog
object which
can be translated into a data.frame with catalogToDataFrame()
if information
needs to be extracted, queried, transformed, etc.
users(x)
## S4 method for signature 'CrunchDataset'
users(x)
## S4 method for signature 'DatasetTuple'
users(x)
## S4 method for signature 'ProjectFolder'
users(x)
x |
a |
a UserCatalog
with information about users who have access to the
dataset
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.