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