Description Usage Arguments Value Examples
View source: R/specific_ag_problems.R
Creates a valid autograde file for Weather Project
| 1 | make_weather_pred(high, low, mean)
 | 
| high, low, mean | A single  | 
A .csv with observations on each new line written to the working
directory given by getwd().
| 1 2 3 4 5 | ## Not run: 
# Make some predictions
make_weather_pred(high = 1, low = 2, mean = 3)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.