Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Access functions deployed to your own or another user’s Wolfram Cloud account that are not in the official Function Repository
ResourceFunction["CloudResourceFunction"]["name"] gets a resource function name from your personal cloud account. | |
ResourceFunction["CloudResourceFunction"]["/path"] gets a function from your personal cloud at a given path. | |
ResourceFunction["CloudResourceFunction"]["uri"] gets a function from a specified uri. | |
ResourceFunction["CloudResourceFunction"][{"user","name"}] gets function name deployed by the specified user. | |
ResourceFunction["CloudResourceFunction"][{"user","/path"}] gets a resource function deployed by user and specified by file path. |
Retrieve a function deployed to your cloud:
In[1]:= | ![]() |
Out[1]= | ![]() |
Use the function:
In[2]:= | ![]() |
Out[2]= | ![]() |
Use a URL of your own or another user’s function to retrieve it:
In[3]:= | ![]() |
Out[3]= | ![]() |
Use the Wolfram user account and name of the function instead:
In[4]:= | ![]() |
Out[4]= | ![]() |
Use the username and file path:
In[5]:= | ![]() |
Out[5]= | ![]() |
CloudResourceFunction retrieves new definitions every time it is called:
In[6]:= | ![]() |
Out[6]= | ![]() |
In[7]:= | ![]() |
Out[7]= | ![]() |
Assign the function to a symbol for faster performance:
In[8]:= | ![]() |
Out[8]= | ![]() |
A cloud connection is required to use the function, which can be easily done with CloudConnect:
In[9]:= | ![]() |
Out[9]= | ![]() |
In[10]:= | ![]() |
Out[10]= | ![]() |
In[11]:= | ![]() |
Out[11]= | ![]() |
To access a function in another user's account, the permissions need to be given to your cloud account. This can only be done by the person who deployed the function:
In[12]:= | ![]() |
Out[12]= | ![]() |
This work is licensed under a Creative Commons Attribution 4.0 International License