BDSI R Training I
Biological Data Science Institute
2nd November 2023
.RData
and .rda
but we won’t cover this).readr::read_csv()
(note: readr
is part of tidyverse
)readxl::read_xlsx
:Error: `path` does not exist: 'kingston-data.xlsx'
data/data.csv
) or an absolute path (e.g. C:\\user/myproject/data/data.csv
) to point to the right location of the datagetwd()
and setwd()
, respectively.anu-bdsi.github.io/training-R1/