| Author | DaveJarvis <email> |
|---|---|
| Date | 2020-05-31 21:32:37 GMT-0700 |
| Commit | efcf2e753cc2b622bbff4db3a32ce2d2c713ac50 |
| Parent | 837233d |
| Delta | 5 lines added, 5 lines removed |
| 1. Move `library.R` into the directory. | ||
| 1. Append a new function to `library.R` as follows: | ||
| -``` r | ||
| -mul <- function( a, b ) { | ||
| - a * b | ||
| -} | ||
| -``` | ||
| + ``` r | ||
| + mul <- function( a, b ) { | ||
| + a * b | ||
| + } | ||
| + ``` | ||
| 1. Click **R → Script**. | ||
| 1. Set the **R Startup Script** contents to: |