Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Get a list of the symbols used in the definition of a resource function
ResourceFunction["ResourceFunctionSymbols"][rf] get a list of the symbols used in the definition of the ResourceFunction rf. |
See the symbols used by a ResourceFunction:
In[1]:= | ![]() |
Out[1]= | ![]() |
In[2]:= | ![]() |
Out[2]= | ![]() |
Use the name of the resource:
In[3]:= | ![]() |
Out[3]= | ![]() |
Use a ResourceObject:
In[4]:= | ![]() |
Out[4]= | ![]() |
See which contexts a resource function explicitly uses:
In[5]:= | ![]() |
Out[5]= | ![]() |
See which symbols are defined as part of a resource function’s definition:
In[6]:= | ![]() |
Out[6]= | ![]() |
ResourceFunctionSymbols works even if the underlying symbol is ReadProtected:
In[7]:= | ![]() |
Out[7]= | ![]() |
In[8]:= | ![]() |
Out[8]= | ![]() |
Compare the list of symbols with the definition:
In[9]:= | ![]() |
Out[9]= | ![]() |
In[10]:= | ![]() |
Out[10]= | ![]() |
By default, the private symbols used to define the resource are not included:
In[11]:= | ![]() |
Out[11]= | ![]() |
Include all symbols:
In[12]:= | ![]() |
Out[12]= | ![]() |
Use WolframLanguageData to find the minimum possible Wolfram Language version that a resource function’s code should be expected to run on:
In[13]:= | ![]() |
In[14]:= | ![]() |
Out[14]= | ![]() |
In[15]:= | ![]() |
Out[15]= | ![]() |
In[16]:= | ![]() |
Out[16]= | ![]() |
If symbols from contexts other than System` are used, the version isn’t known:
In[17]:= | ![]() |
Out[17]= | ![]() |
In[18]:= | ![]() |
Out[18]= | ![]() |
This work is licensed under a Creative Commons Attribution 4.0 International License