make_hourly_pred: Make Hourly Predictions

Description Usage Arguments Value Examples

View source: R/specific_ag_problems.R

Description

Creates a valid autograde file for hourly project

Usage

1

Arguments

hourly

A numeric vector with 24 values.

Value

A .csv with observations on each new line written to the working directory given by getwd().

Examples

1
2
3
4
5
6
## Not run: 
# Make some predictions
hourly = 1:24
make_hourly_pred(hourly)

## End(Not run)

coatless/autograde documentation built on May 13, 2019, 8:45 p.m.