get.collections()
Get all Rasgo Collections available
Parameters
include_shared
:boolean: (Default = False)
If set to True, returns all Collections to which a user has access.
Return Object
Rasgo Collection
Sample Usage
Return collections created by me:
Return collections available to me (created by me & shared with me)
Best Practices / Tips
TIP: data from Rasgo get methods return as python classes with interactive properties and methods. Use your python IDE's inspection tools to explore all operations available on the class, or explore Rasgo Primitives in these docs for options.
Last updated