Function Repository Resource:

ResourceFunctionSearch

Source Notebook

Search the Wolfram Resource System for specified resource functions

Contributed by: Arnoud Buzing

ResourceFunction["ResourceFunctionSearch"][form]

searches the Wolfram Resource System for resource functions mentioning form.

Details and Options

The results only include functions published in the Wolfram Function Repository.

Examples

Basic Examples (2) 

Search for image-related resource functions:

In[1]:=
ResourceFunction["ResourceFunctionSearch"]["image"]
Out[1]=

Search for text-related resource functions:

In[2]:=
ResourceFunction["ResourceFunctionSearch"]["text"]
Out[2]=

Scope (2) 

Limit searches by category:

In[3]:=
ResourceFunction[
 "ResourceFunctionSearch"][{"Categories" -> "Just For Fun", "game"}]
Out[3]=

Use SearchQueryString for better results with phrases:

In[4]:=
ResourceFunction["ResourceFunctionSearch"][
 SearchQueryString["fundamental physics"]]
Out[4]=

Publisher

Arnoud Buzing

Requirements

Wolfram Language 11.3 (March 2018) or above

Version History

  • 1.1.0 – 24 July 2020
  • 1.0.0 – 27 February 2019

Related Resources

License Information