-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.Rhistory
28 lines (28 loc) · 1.17 KB
/
.Rhistory
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
install.packages("markdown")
install.Rtools()
remotes::install_github('rstudio/rmarkdown')
install.packages("githubinstall")
install.packages("ggplot2")
install.packages("tidyverse")
install.packages("remote")
remotes::install_github('rstudio/rmarkdown')
install.packages("bookdown")
install.packages("devtools")
library(devtools)
find_rtools()
# load the ncdf4 package
library(ncdf4)
library(knitr)
library(DT)
library(here)
cmd_table<-read.csv("data/gen_commands.csv",header=TRUE)
#head(cmd_table)
datatable(cmd_table,caption = 'Table 3.1: General unix commands',colnames = c('Command', 'Description'),class = 'cell-border stripe')
mod_table<-read.csv("data/mod_commands.csv",header=TRUE)
datatable(mod_table,caption = 'Table 3.2: Modelling specific commands',colnames = c('Command', 'Description'),class = 'cell-border stripe')
drv_table<-read.csv("data/drives.csv",header=TRUE)
datatable(drv_table,caption = 'Table 4.1: Network drives',colnames = c('Drive', 'What we use it for
'),class = 'cell-border stripe')
drv_table<-read.csv("data/drives.csv",header=TRUE)
datatable(drv_table,caption = 'Table 4.2: Network drives',colnames = c('Drive', 'What we use it for
'),class = 'cell-border stripe')