make_web_pred: Make Web Predictions

Description Usage Arguments Value Examples

View source: R/specific_ag_problems.R

Description

Creates a valid autograde file for web analytics project

Usage

1
make_web_pred(Rcpp, ggplot2, stringr, dplyr)

Arguments

Rcpp, ggplot2, stringr, dplyr

A single numeric value for each of the parameters.

Value

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

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 
# Make some predictions
Rcpp = 1
ggplot2 = 2
stringr = 3
dplyr = 4

make_web_pred(Rcpp, ggplot2, stringr, dplyr)

## End(Not run)

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