Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Create a task to download data from a data repository
ResourceFunction["ResourceDataDownloadSubmit"][resource] launches as asynchronous download of the primary content in the ResourceObject resource. | |
ResourceFunction["ResourceDataDownloadSubmit"][resource,elem] asynchronously downloads the content element elem. |
Create a task to download data from the Wolfram Data Repository:
| In[1]:= |
| Out[1]= | ![]() |
When the task is complete, the data is immediately available via ResourceData:
| In[2]:= |
| Out[3]= | ![]() |
Create a task to download data from the Wolfram Neural Net Repository:
| In[4]:= |
| Out[4]= | ![]() |
When the task is complete, the neural network is immediately available via NetModel:
| In[5]:= |
| Out[6]= |
Specify the data resource element to download:
| In[7]:= |
| Out[7]= | ![]() |
Check the status while it is downloading:
| In[8]:= |
| Out[8]= |
When the download is complete the status will change to "Removed":
| In[9]:= |
| Out[9]= |
The data is now stored locally:
| In[10]:= |
| Out[10]= | ![]() |
Importing the data is now fast:
| In[11]:= |
| Out[11]= |
Download all content elements of a data resource:
| In[12]:= |
| Out[12]= | ![]() |
Download specified content elements:
| In[13]:= |
| Out[13]= | ![]() |
This work is licensed under a Creative Commons Attribution 4.0 International License