Description Usage Arguments Value Examples
View source: R/specific_ag_problems.R
Creates a valid autograde file for web analytics project
1  | make_web_pred(Rcpp, ggplot2, stringr, dplyr)
 | 
Rcpp, ggplot2, stringr, dplyr | 
 A single   | 
A .csv with observations on each new line written to the working
directory given by getwd().
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)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.