Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Get a list of cloud-stored resource objects
ResourceFunction["CloudResourceObjects"][] returns a list of all resource objects deployed to the authenticated user's cloud account. | |
ResourceFunction["CloudResourceObjects"][types] only returns resources of the specified types. | |
ResourceFunction["CloudResourceObjects"][types,prop] gives the property prop for each resource. |
| "Data" | https://datarepository.wolframcloud.com |
| "NeuralNet" | https://resources.wolframcloud.com/NeuralNetRepository |
| "Function" | https://resources.wolframcloud.com/FunctionRepository |
List all cloud-deployed resource objects for the cloud-connected user:
| In[1]:= | |
| Out[1]= | |
Find a few deployed data resources:
| In[2]:= | |
| Out[2]= | |
Find resources of multiple types:
| In[3]:= | |
| Out[3]= | |
Display names for all cloud-deployed data resources:
| In[4]:= | |
| Out[4]= | |
Retrieve a ResourceFunction for each "Function" resource:
| In[5]:= | |
| Out[5]= | |
A cloud connection is required:
| In[6]:= | |
| Out[7]= | |
Create a dynamic tool for browsing cloud-deployed resource functions:
| In[8]:= | |
| Out[8]= | |
This work is licensed under a Creative Commons Attribution 4.0 International License