orig/LR04/ODP1089/ODP1089.R

fpath <- file.path('..', 'orig', 'LR04', 'ODP1089')
currwd <- getwd()
setwd(fpath)
ODP1089 <-local({
  fpath <- file.path('..', 'orig', 'ODP', 'ODP1089.txt')
  ODP1089 <<- read.table(fpath,skip=11,header=TRUE)
})

ODP1089 <- ODP1089

setwd(currwd)
mcrucifix/pleistocene documentation built on May 22, 2019, 3:20 p.m.