├── .gitignore ├── README.md ├── apple_microsoft.Rmd ├── command line.R ├── task.R └── task.bat /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trinker/Make_Task/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trinker/Make_Task/HEAD/README.md -------------------------------------------------------------------------------- /apple_microsoft.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trinker/Make_Task/HEAD/apple_microsoft.Rmd -------------------------------------------------------------------------------- /command line.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trinker/Make_Task/HEAD/command line.R -------------------------------------------------------------------------------- /task.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trinker/Make_Task/HEAD/task.R -------------------------------------------------------------------------------- /task.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | R CMD BATCH C:\Users\Tyler\Desktop\Make_Task\task.R --------------------------------------------------------------------------------