Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Select foods to view their food safety profile
ResourceFunction["FoodSafetyExplorer"][] creates a dynamic interface for exploring food safety data for 120 foods. | |
ResourceFunction["FoodSafetyExplorer"][prop] gives all foods in the dataset with the associated value for the specified property. |
"Dataset" | full dataset of food safety values for 120 foods |
"TempFahrenheit" | minimum cooked internal temperatures in Fahrenheit as an association |
"TempCelsius" | minimum cooked internal temperatures in Celsius as an association |
Retrieve the list of foods, then select the food(s) you want to view:
In[1]:= |
Out[1]= |
Retrieve the full dataset:
In[2]:= |
Out[2]= |
Retrieve an association of the minimum safe internal temperatures in Fahrenheit to reach when cooking:
In[3]:= |
Out[3]= |
Get the same temperatures in Celsius:
In[4]:= |
Out[4]= |
Wolfram Language 13.0 (December 2021) or above
This work is licensed under a Creative Commons Attribution 4.0 International License