Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/keenwrite.git

Fix numbered list for R usage docs

AuthorDaveJarvis <email>
Date2020-05-31 21:32:37 GMT-0700
Commitefcf2e753cc2b622bbff4db3a32ce2d2c713ac50
Parent837233d
Delta5 lines added, 5 lines removed
USAGE-R.md
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: