Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Get information about the most recently-released resource functions
ResourceFunction["RecentResourceFunctions"][] gives a Dataset containing information about the most recently-released resource functions. | |
ResourceFunction["RecentResourceFunctions"][prop] returns the property prop of the results. |
"Dataset" | Dataset including resource function names, release dates, descriptions, URLs, and held ResourceFunction objects |
"Associations" | Normal form of "Dataset" property |
"Functions" | list of ResourceFunction objects sorted in descending order by release date |
Get the most recent resource functions as a Dataset:
In[1]:= |
Out[1]= |
Get the most recently-released resource functions as an list:
In[2]:= |
Out[76]= |
Limit the number of resource functions returned:
In[77]:= |
Out[77]= |
In[78]:= |
Out[78]= |
The "ResourceFunction" column in the Dataset returned by RecentResourceFunctions["Dataset"] contains held ResourceFunction objects:
In[79]:= |
Out[193]= |
These can be converted to full ResourceFunction objects with ReleaseHold:
In[194]:= |
Out[335]= |
RecentResourceFunctions["Functions"] returns a list of full ResourceFunction objects:
In[336]:= |
Out[482]= |
Create a word cloud in the shape of a letter "f" from the descriptions of the most recently-released resource functions:
In[483]:= |
Out[483]= |
Create a word cloud from the symbols used in the 20 most recently-released resource functions:
In[484]:= |
Out[484]= |
This work is licensed under a Creative Commons Attribution 4.0 International License