Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/keenwrite.git
M build.gradle
3333
}
3434
35
version = '1.2.2'
35
version = '1.2.3'
3636
applicationName = 'scrivenvar'
3737
mainClassName = 'com.scrivenvar.Main'
M src/main/r/README.md
117117
       `r# csv2md('data.csv',total=F)`
118118
119
1. Type the following to sum all numeric columns, use:
119
1. Type the following to calculate a total for all numeric columns:
120120
121121
       `r# csv2md('data.csv')`